staging/rts_pstor: fix the no brace needed warning
authorDevendra Naga <devendra.aaru@gmail.com>
Sat, 7 Jul 2012 06:02:15 +0000 (11:32 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Jul 2012 18:51:05 +0000 (11:51 -0700)
commit0d3de9b01419ff1f2c776b2683586c2f269d3607
tree45a307b30cffba5bfbc11e7d7537b7a88fb5734e
parent9a671f886f156e67d984057074c6241621961a21
staging/rts_pstor: fix the no brace needed warning

for if else statements having single block no braces are needed
fixed the following checkpatch warning

drivers/staging/rts_pstor/sd.c:140: WARNING: braces {} are not necessary for any arm of this statement

Signed-off-by: Devendra Naga <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rts_pstor/sd.c