commit | 94f060bd0f78814f4daf8c7942bd710af52c7d6f | [log] [tgz] |
---|---|---|
author | Akinobu Mita <akinobu.mita@gmail.com> | Sat Dec 09 10:49:47 2006 +1100 |
committer | Dave Airlie <airlied@linux.ie> | Mon Dec 11 18:28:45 2006 +1100 |
tree | c18ba952bebbaf73497d9cd593bb9d023e81331d | |
parent | 9202f32558601c2c99ddc438eb3218131d00d413 [diff] |
drm: fix return value check 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>