diff options
| author | 2018-01-07 15:06:11 +0530 | |
|---|---|---|
| committer | 2018-01-08 16:03:44 +0100 | |
| commit | 9bf94f836e32ea168ec7448a523c11480317ad79 (patch) | |
| tree | db95abbd07dd78257d42d46bc8c1e223711bb033 /tools/perf/scripts/python | |
| parent | gyro:adis16136: fix debugfs_simple_attr.cocci warnings (diff) | |
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 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
