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:
38f1c53
)
Staging: ipack/bridges/tpci200: tpci200_slot_map_space() should return 0 if succeed.
author
Samuel Iglesias Gonsalvez
<siglesias@igalia.com>
Wed, 23 May 2012 13:54:43 +0000
(15:54 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 7 Jun 2012 05:14:07 +0000
(14:14 +0900)
tpci200_slot_map_space() should return 0 if the operation was properly
done. If not, the caller will think that something wrong happened.
This patch establish the returned value to 0. It is overwritten in case of
error.
Signed-off-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found