Commit b168ae4d authored by Diego H. Iglesias's avatar Diego H. Iglesias Committed by Greg Kroah-Hartman

staging: vt6656: removed not required parentheses.

Removed not required parentheses in return statements.
Signed-off-by: default avatarDiego H. Iglesias <diegohi@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 2503a265
......@@ -806,7 +806,7 @@ FIRMWAREbDownload(
if (pBuffer)
kfree(pBuffer);
spin_lock_irq(&pDevice->lock);
return (FALSE);
return FALSE;
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment