commit | a43b16dda2d7485f5c5aed075c1dc9785e339515 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Tue Aug 28 14:10:34 2018 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Fri Sep 07 06:54:27 2018 +1000 |
tree | 75292f26102d904eeead2002fabec4ba91785e29 | |
parent | d5986a1c4dcd00cb8b9eee4a56ee93868222a9a2 [diff] |
drm/nouveau: fix oops in client init failure path The NV_ERROR macro requires drm->client to be initialised, which it may not be at this stage of the init process. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>