commit | 808d6efdeb361bd51c1afa2115db0e5f4fe6609d | [log] [tgz] |
---|---|---|
author | Alexandre Courbot <acourbot@nvidia.com> | Wed Dec 14 17:02:35 2016 +0900 |
committer | Ben Skeggs <bskeggs@redhat.com> | Fri Feb 17 15:14:31 2017 +1000 |
tree | 2503300fc3e36accd29332796d6151426a8abab5 | |
parent | c8225b54fe1b0d64b7da2c0d1d5b64d316b248f5 [diff] |
drm/nouveau/secboot: rename init() hook to oneinit() The init() hook is called by the subdev's oneinit(). Rename it accordingly to avoid confusion about the lifetime of objects allocated in it. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>