]> Pileus Git - ~andy/linux/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)
commit598d03610a0169eb88d2b08d6743be31b3b9c258
treeb80d19bf1a46254ee1f46fb250242083f377576c
parent3bbc47d8b07abad56780a8e214520259808c4f8b
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