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:
d1b2f0a
)
[PATCH] I2C: Fix sgi_xfer return value
author
Jean Delvare
<khali@linux-fr.org>
Fri, 2 Sep 2005 19:28:00 +0000
(21:28 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Mon, 5 Sep 2005 16:26:54 +0000
(09:26 -0700)
The sgi_xfer function returns 0 on success instead of the number of
transfered messages as it is supposed to. This patch fixes that.
Let's just hope that no client chip driver was relying on this
misbehavior.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found