mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
e24ef4881b
Currently the { } braces are missing around an if block causing subsequent
code after the return to become unreachable. Fix this by adding the
missing { }.
Addresses-Coverity: ("Structurally dead code")
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
miro.c | ||
opti92x-ad1848.c | ||
opti92x-cs4231.c | ||
opti93x.c |