diff options
author | Venkat Prashanth B U <venkat.prashanth2498@gmail.com> | 2018-01-07 15:06:11 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-01-08 16:03:44 +0100 |
commit | 9bf94f836e32ea168ec7448a523c11480317ad79 (patch) | |
tree | db95abbd07dd78257d42d46bc8c1e223711bb033 /virt/kvm | |
parent | 9aaea09b4cbdbe1a80ab3fa1a5d32c3ec61fa6e2 (diff) | |
download | linux-stable-9bf94f836e32ea168ec7448a523c11480317ad79.tar.gz linux-stable-9bf94f836e32ea168ec7448a523c11480317ad79.tar.bz2 linux-stable-9bf94f836e32ea168ec7448a523c11480317ad79.zip |
imu:adis16480: fix debugfs_simple_attr.cocci warnings
Use DEFINE_DEBUGFS_ATTRIBUTE rather than DEFINE_SIMPLE_ATTRIBUTE
for debugfs files.
Semantic patch information:
Rationale: DEFINE_SIMPLE_ATTRIBUTE + debugfs_create_file()
imposes some significant overhead as compared to
DEFINE_DEBUGFS_ATTRIBUTE + debugfs_create_file_unsafe().
Generated by: scripts/coccinelle/api/debugfs/debugfs_simple_attr.cocci
Signed-off-by: Venkat Prashanth B U <venkat.prashanth2498@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'virt/kvm')
0 files changed, 0 insertions, 0 deletions