From: Diego H. Iglesias Date: Thu, 16 Sep 2010 18:14:18 +0000 (-0300) Subject: staging: vt6656: removed not required parentheses. X-Git-Tag: v2.6.37-rc1~60^2~3^2~577 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b168ae4d4b5686203849ae41cfdb1f77f9522c4b;p=karo-tx-linux.git staging: vt6656: removed not required parentheses. Removed not required parentheses in return statements. Signed-off-by: Diego H. Iglesias Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6656/firmware.c b/drivers/staging/vt6656/firmware.c index ad06fd1398e6..d49ea7029ad7 100644 --- a/drivers/staging/vt6656/firmware.c +++ b/drivers/staging/vt6656/firmware.c @@ -806,7 +806,7 @@ FIRMWAREbDownload( if (pBuffer) kfree(pBuffer); spin_lock_irq(&pDevice->lock); - return (FALSE); + return FALSE; } } }