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:
5ecadf8
)
staging: comedi: ni_stc.h: remove unreachable code in RTSI_Output_Bit()
author
H Hartley Sweeten
<hsweeten@visionengravers.com>
Fri, 1 May 2015 21:59:13 +0000
(14:59 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Sat, 9 May 2015 17:05:11 +0000
(19:05 +0200)
All the callers of this function check the 'channel' number with
num_configurable_rtsi_channels(). This check can never occure.
Remove it.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found