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:
parent
2503a26554
commit
b168ae4d4b
1 changed files with 1 additions and 1 deletions
|
@ -806,7 +806,7 @@ FIRMWAREbDownload(
|
|||
if (pBuffer)
|
||||
kfree(pBuffer);
|
||||
spin_lock_irq(&pDevice->lock);
|
||||
return (FALSE);
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue