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:
e9ebb68
)
drm/nouveau: fix init table handlers to return proper error codes
author
Ben Skeggs
<bskeggs@redhat.com>
Mon, 10 May 2010 06:54:23 +0000
(16:54 +1000)
committer
Ben Skeggs
<bskeggs@redhat.com>
Wed, 19 May 2010 06:22:00 +0000
(16:22 +1000)
We really want to be able to distinguish between INIT_DONE and an actual
error sometimes. This commit fixes up several lazy "return 0;" to be
actual error codes, and explicitly reserves "0" as "success, but stop
parsing this table".
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
No differences found