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:
862fe87
)
Staging: ipack: return proper value in match() function
author
Samuel Iglesias Gonsalvez
<siglesias@igalia.com>
Wed, 23 May 2012 13:54:41 +0000
(15:54 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 7 Jun 2012 05:14:07 +0000
(14:14 +0900)
It should return the same value given by the match function of the ipack_driver
that has been called.
Returning 0 here, means that the match has failed and it could be succeed.
Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found