2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-20 11:13:58 +08:00
linux-next/drivers/staging/ft1000
Devendra Naga b3a87c3767 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💯 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>
2012-07-09 12:26:43 -07:00
..
ft1000-pcmcia staging/ft1000: fix the no brace needed warning in ft1000_read_fifo_len 2012-07-09 12:26:43 -07:00
ft1000-usb staging/ft1000: fix sparse warning about the kernel thread handler function 2012-07-09 12:26:43 -07:00
ft1000.h staging: ft1000: Merge common definitions from USB and PCMCIA drivers 2011-07-05 10:33:46 -07:00
Kconfig staging: ft1000-pcmcia: Fix compilation errors. 2011-01-20 15:59:03 -08:00
Makefile
TODO