Browse Source

staging: vt6656: removed not required parentheses.

Removed not required parentheses in return statements.

Signed-off-by: Diego H. Iglesias <diegohi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diego H. Iglesias 15 years ago
parent
commit
b168ae4d4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/vt6656/firmware.c

+ 1 - 1
drivers/staging/vt6656/firmware.c

@@ -806,7 +806,7 @@ FIRMWAREbDownload(
                 if (pBuffer)
                     kfree(pBuffer);
                 spin_lock_irq(&pDevice->lock);
-                return (FALSE);
+		return FALSE;
             }
         }
     }