diff options
author | YueHaibing <[email protected]> | 2018-11-15 12:10:36 +0000 |
---|---|---|
committer | Gerd Hoffmann <[email protected]> | 2018-11-21 09:12:44 +0100 |
commit | a071a8ff1f5fd4aa6897c9260be548029b3acaff (patch) | |
tree | 02c9950da0527ab9c5d4b84b3771c6111bb89525 /scripts/gdb | |
parent | 61e49394a31aee438e026e553a1422e13e0309d9 (diff) |
drm/cirrus: Remove set but not used variable 'bo'
Fixes gcc '-Wunused-but-set-variable' warning:
drivers/gpu/drm/cirrus/cirrus_fbdev.c: In function 'cirrusfb_create':
drivers/gpu/drm/cirrus/cirrus_fbdev.c:172:20: warning:
variable 'bo' set but not used [-Wunused-but-set-variable]
It never used since introduction in commit
f9aa76a85248 ("drm/kms: driver for virtual cirrus under qemu")
Signed-off-by: YueHaibing <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Gerd Hoffmann <[email protected]>
Diffstat (limited to 'scripts/gdb')
0 files changed, 0 insertions, 0 deletions