Skip to content

Commit

Permalink
staging: vt6656: removed not required parentheses.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Diego H. Iglesias authored and Greg Kroah-Hartman committed Sep 16, 2010
1 parent 2503a26 commit b168ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/vt6656/firmware.c
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ FIRMWAREbDownload(
if (pBuffer)
kfree(pBuffer);
spin_lock_irq(&pDevice->lock);
return (FALSE);
return FALSE;
}
}
}
Expand Down

0 comments on commit b168ae4

Please sign in to comment.