diff options
Diffstat (limited to 'd12.patch')
| -rw-r--r-- | d12.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/d12.patch b/d12.patch index b626b75dd768fa..59a2a592a4c9ef 100644 --- a/d12.patch +++ b/d12.patch @@ -1,3 +1,16 @@ +From foo@baz Thu Jun 8 15:32:05 CEST 2017 +Date: Thu, 08 Jun 2017 15:32:05 +0200 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: USB: usbip: convert to use DRIVER_ATTR_RW + +We are trying to get rid of DRIVER_ATTR(), and the usbip driver +attribute can be trivially changed to use DRIVER_ATTR_RW(). + +Cc: Valentina Manea <valentina.manea.m@gmail.com> +Cc: Shuah Khan <shuah@kernel.org> +Cc: <linux-usb@vger.kernel.org> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- drivers/usb/usbip/stub_main.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) |
