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:
84b2d57
)
staging: comedi: cb_pcidda: cleanup "find pci device" code
author
H Hartley Sweeten
<hartleys@visionengravers.com>
Thu, 19 Jul 2012 01:44:22 +0000
(18:44 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 19 Jul 2012 23:32:54 +0000
(16:32 -0700)
Add a couple local variables to make the tests more concise.
Reorder the tests to make the for() loop checking for a
matching boardtype quicker.
Drop the dev_dbg for a match. It's just add noise.
Reword the dev_err when no match is found.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found