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>
This commit is contained in:
Diego H. Iglesias 2010-09-16 15:14:18 -03:00 committed by Greg Kroah-Hartman
parent 2503a26554
commit b168ae4d4b
1 changed files with 1 additions and 1 deletions

View File

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