commit | c415ef2a267cdfda429bb519e651c82132ef89fa | [log] [tgz] |
---|---|---|
author | Mao Wenan <maowenan@huawei.com> | Wed Dec 04 09:01:54 2019 +0800 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Dec 04 15:11:44 2019 +0000 |
tree | a1b9d66c990630ff60dae6a014d8d5e79d873c36 | |
parent | cfdd174798334421a4648f6c5a1515c8526e8939 [diff] |
drm/i915/perf: drop pointless static qualifier in i915_perf_add_config_ioctl() There is no need to have the 'T *v' variable static since new value always be assigned before use it. Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Mao Wenan <maowenan@huawei.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20191204010154.152396-1-maowenan@huawei.com