]> git.baikalelectronics.ru Git - kernel.git/commit
gyro:adis16136: fix debugfs_simple_attr.cocci warnings
authorVenkat Prashanth B U <venkat.prashanth2498@gmail.com>
Sun, 7 Jan 2018 09:01:57 +0000 (14:31 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Jan 2018 15:03:44 +0000 (16:03 +0100)
commitd8c3aa30fe7a87d621a44f3e91e7390020abd44d
tree948c7fe9e13b7c069bbc3dfa4fecfbf2f5dab048
parent11c0a8ff190a59139421842eac064b10f9bfb65b
gyro:adis16136: 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>
drivers/iio/gyro/adis16136.c