staging/ft1000: fix the no brace needed warning in ft1000_read_fifo_len
authorDevendra Naga <devendra.aaru@gmail.com>
Sat, 7 Jul 2012 12:05:16 +0000 (17:35 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Jul 2012 19:26:43 +0000 (12:26 -0700)
commitb3a87c3767b476a2115a8d9c7aa5496c153d1dc5
tree1b9627c64c7179ca65142ae8493ee54c7ad39144
parent3bc2311e32daef1b62f45bc5d1da936f4cb31111
staging/ft1000: fix the no brace needed warning in ft1000_read_fifo_len

as the if else statements enclose only one line, so braces around them are not
needed.

The following warning is fixed

drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c:100: 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/ft1000/ft1000-pcmcia/ft1000_hw.c