]> git.baikalelectronics.ru Git - kernel.git/commit
staging: rts5208: fix static checker warnings
authorMicky Ching <micky_ching@realsil.com.cn>
Wed, 2 Apr 2014 09:58:52 +0000 (17:58 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 May 2014 20:56:10 +0000 (13:56 -0700)
commit9e33838e87993a3cc75000263ec852cfb3e1390a
treedc4d9c3815e73b99b18b49043eb38201c53b1709
parentd0d25589b8a21f767686a940403cc5aa3f37f6a9
staging: rts5208: fix static checker warnings

The patch 73e911627d54: "staging: rts5208: add support for rts5208
and rts5288" from Nov 12, 2013, leads to the following static checker
warning:
drivers/staging/rts5208/rtsx_chip.c:107 rtsx_enable_bus_int()
warn: add curly braces?
This warning is produced because incorrect code indent.

Signed-off-by: Micky Ching <micky_ching@realsil.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rts5208/rtsx_chip.c