git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8289ad0
)
staging/comedi: Remove if(); statement without effect
author
Peter Huewe
<peterhuewe@gmx.de>
Fri, 15 Feb 2013 12:14:26 +0000
(13:14 +0100)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 15 Feb 2013 18:20:14 +0000
(10:20 -0800)
Smatch warns about:
staging/comedi/drivers/cb_pcidas64.c:3304 prep_ao_dma() warn: if();
So the check currently does nothing and can be removed, as indicated by
Ian.
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found