commit | 938010ab072221f9b396770bbe78001ee3b74302 | [log] [tgz] |
---|---|---|
author | YueHaibing <yuehaibing@huawei.com> | Sat Jan 26 12:05:38 2019 +0000 |
committer | Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> | Mon Feb 04 08:31:57 2019 +0200 |
tree | 5d7e9eebb8c2291ea8fb4a267eda654758d7e4e4 | |
parent | ba420afab565bdc7b028ddd4f222260f2de7a1db [diff] |
drm/xen-front: Drop pointless static qualifier in fb_destroy() There is no need to have the 'struct drm_framebuffer *fb' variable static since new value always be assigned before use it. Signed-off-by: YueHaibing <yuehaibing@huawei.com> Reviewed-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> Link: https://patchwork.freedesktop.org/patch/msgid/1548504338-114487-1-git-send-email-yuehaibing@huawei.com