]> git.baikalelectronics.ru Git - kernel.git/commit
sx.c: fix dbl statement if - add missing braces
authorIlpo Järvinen <ilpo.jarvinen@helsinki.fi>
Fri, 20 Feb 2009 23:38:45 +0000 (15:38 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 21 Feb 2009 01:57:49 +0000 (17:57 -0800)
commitf8111d05278c2ff3a767b9779f8a13265980fe14
treee1250e7ce784354cbe779df16fb51222c17b6952
parente87dc7d20dec2b0150b482654bed1e8c229e7334
sx.c: fix dbl statement if - add missing braces

Caused by cd9a86fc7331 (sx.c: fix missed unlock_kernel() on error path in
sx_fw_ioctl()).  You guys keep breaking things this way in every single
kernel release in at least couple of places...  :-(

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi>
Acked-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/char/sx.c