OSDN Git Service

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)
commit9aaea09b4cbdbe1a80ab3fa1a5d32c3ec61fa6e2
tree948c7fe9e13b7c069bbc3dfa4fecfbf2f5dab048
parentc68c202937cf20b6b33d274318d84ec811bcbed3
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