commit | 68d82161fdab51f44767bcde801fd6a58bef9548 | [log] [tgz] |
---|---|---|
author | Alexandre Courbot <acourbot@nvidia.com> | Tue Dec 13 17:11:23 2016 +0900 |
committer | Ben Skeggs <bskeggs@redhat.com> | Fri Feb 17 15:14:31 2017 +1000 |
tree | 4b54b2d6c2738ef7fae9ebece7a70178df84c789 | |
parent | d8711c5a9cfd6b06d611a64a30ae3e98ef4e6962 [diff] |
drm/nouveau/pmu/gk20a: simplify code a bit Some functions always succeed - change their return type to void and remove the error-handling code in their caller. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>