commit | aa7fc0ca759eb25eea6dc0fee4373e5883a17498 | [log] [tgz] |
---|---|---|
author | Alexandre Courbot <acourbot@nvidia.com> | Wed Mar 15 14:44:34 2017 +0900 |
committer | Dave Airlie <airlied@redhat.com> | Fri Mar 17 10:08:24 2017 +1000 |
tree | 28e38930e2446e3a9e201a2e0bd5b30a4be3768f | |
parent | 9c233760a65cec0c98df7b62bc5185d8889e5fc7 [diff] |
drm/nouveau/secboot: fix inconsistent pointer checking We were returning PTR_ERR() on a NULL pointer, which obviously won't work. nvkm_engine_ref() will return an error in case something went wrong. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Dave Airlie <airlied@redhat.com>