]> git.baikalelectronics.ru Git - kernel.git/commit
USB: core: use DRIVER_ATTR_RW()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Aug 2013 22:12:14 +0000 (15:12 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Aug 2013 22:12:14 +0000 (15:12 -0700)
commit5088f1f827460e1d5ecf0a6aa97788f67499e7aa
treeb80d19bf1a46254ee1f46fb250242083f377576c
parent213a50871eb7436751f14356cf4bdef249b92be2
USB: core: use DRIVER_ATTR_RW()

Use DRIVER_ATTR_RW() to make it easier to audit sysfs file permissions.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/driver.c