mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 19:59:34 -04:00
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:
committed by
Greg Kroah-Hartman
parent
2503a26554
commit
b168ae4d4b
@@ -806,7 +806,7 @@ FIRMWAREbDownload(
|
||||
if (pBuffer)
|
||||
kfree(pBuffer);
|
||||
spin_lock_irq(&pDevice->lock);
|
||||
return (FALSE);
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user