diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-06-08 16:16:08 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-06-08 16:16:08 +0200 |
| commit | 1670862cd60c9110a93d8fdd186d4bfe51b185d1 (patch) | |
| tree | d21ba0888cde520dfd57d7237a6f24847a9c1b36 /d12.patch | |
| parent | d23211444204e09eada13d0a53c8e4cbb28cac3e (diff) | |
| download | patches-1670862cd60c9110a93d8fdd186d4bfe51b185d1.tar.gz | |
add some headers to some patches
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(-) |
