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

as the if statement encloses only one line braces around it are not
needed.

The following warn fixed,
WARNING: braces {} are not necessary for single statement blocks

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