]> git.openfabrics.org - ~emulex/infiniband.git/commit
drm: fail gracefully when proc isn't setup.
authorDave Airlie <airlied@gmail.com>
Fri, 6 Jul 2012 17:06:42 +0000 (18:06 +0100)
committerDave Airlie <airlied@gmail.com>
Sun, 15 Jul 2012 19:57:03 +0000 (05:57 +1000)
commit49099c4991da3c94773f888aea2e9d27b8a7c6d1
tree5b9f72eacf9893432cf03699011d8335796003ff
parent12f0e670ff2ae5a59984ffae036ddd739cf10b09
drm: fail gracefully when proc isn't setup.

If drm can't find proc it should fail more gracefully, than just
oopsing, this tests drm_class is NULL, and sets it to NULL in the
fail paths.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_sysfs.c