mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-26 20:58:33 +00: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:
parent
2503a26554
commit
b168ae4d4b
@ -806,7 +806,7 @@ FIRMWAREbDownload(
|
||||
if (pBuffer)
|
||||
kfree(pBuffer);
|
||||
spin_lock_irq(&pDevice->lock);
|
||||
return (FALSE);
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user