]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
gpu: host1x: Check for valid host1x pointer
authorThierry Reding <treding@nvidia.com>
Tue, 3 Sep 2013 06:50:39 +0000 (08:50 +0200)
committerThierry Reding <treding@nvidia.com>
Tue, 3 Sep 2013 08:10:11 +0000 (10:10 +0200)
commit03c961ba6d04786c8a7e7df118538a01f442e90b
treeb2f2a2fdce603585275f87a25934bddb8fc7d310
parent745cecc07cee878a5afdda40d13f8b0901a88ebd
gpu: host1x: Check for valid host1x pointer

Under rare circumstances it can happen that the host1x driver's .probe()
doesn't finish properly, in which case the device's driver-specific data
will not be set. Instead of crashing in such a situation, propagate the
error to callers of the host1x_get_drm_data() function.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/dev.c