diff options
author | Emil Velikov <[email protected]> | 2020-05-15 10:50:59 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2020-05-19 22:31:32 +0100 |
commit | e19baf704a4b51be4888447dcd2e5f032a27fd9f (patch) | |
tree | 7f0f6f55930d735490a1177abd9e2f18ee60814b /drivers/gpu/drm/lima/lima_sched.c | |
parent | 1138a5f63ad9c0a5e602d7b72e4803314953e9f9 (diff) |
drm/gma500: remove _unlocked suffix in drm_gem_object_put_unlocked
Spelling out _unlocked for each and every driver is a annoying.
Especially if we consider how many drivers, do not know (or need to)
about the horror stories involving struct_mutex.
Just drop the suffix. It makes the API cleaner.
Done via the following script:
__from=drm_gem_object_put_unlocked
__to=drm_gem_object_put
for __file in $(git grep --name-only $__from); do
sed -i "s/$__from/$__to/g" $__file;
done
Cc: Patrik Jakobsson <[email protected]>
Cc: David Airlie <[email protected]>
Cc: Daniel Vetter <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Sam Ravnborg <[email protected]>
Acked-by: Thomas Zimmermann <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/lima/lima_sched.c')
0 files changed, 0 insertions, 0 deletions