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:
9202f32
)
drm: fix return value check
author
Akinobu Mita
<akinobu.mita@gmail.com>
Fri, 8 Dec 2006 23:49:47 +0000
(10:49 +1100)
committer
Dave Airlie
<airlied@linux.ie>
Mon, 11 Dec 2006 07:28:45 +0000
(18:28 +1100)
class_create() and class_device_create() return error code as a pointer on
failure. These return values need to be checked by IS_ERR().
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dave Airlie <airlied@linux.ie>
No differences found