mirror of
https://github.com/torvalds/linux.git
synced 2024-11-13 07:31:45 +00: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 |