From: Devendra Naga Date: Sat, 7 Jul 2012 12:05:16 +0000 (+0530) Subject: staging/ft1000: fix the no brace needed warning in ft1000_read_fifo_len X-Git-Tag: v3.6-rc1~100^2~355 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3a87c3767b476a2115a8d9c7aa5496c153d1dc5;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed