mirror of
https://github.com/torvalds/linux.git
synced 2026-08-07 07:54:18 +02:00
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 | ||