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 /d06.patch | |
| parent | d23211444204e09eada13d0a53c8e4cbb28cac3e (diff) | |
| download | patches-1670862cd60c9110a93d8fdd186d4bfe51b185d1.tar.gz | |
add some headers to some patches
Diffstat (limited to 'd06.patch')
| -rw-r--r-- | d06.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/d06.patch b/d06.patch index bff4fdf7205c51..e5e20f25eae03e 100644 --- a/d06.patch +++ b/d06.patch @@ -1,3 +1,16 @@ +From foo@baz Thu Jun 8 15:03:13 CEST 2017 +Date: Thu, 08 Jun 2017 15:03:13 +0200 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: net: caif: convert to use DRIVER_ATTR_RO + +We are trying to get rid of DRIVER_ATTR(), and the caif driver's +attributes can be trivially changed to use DRIVER_ATTR_RO(). + +Cc: Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no> +Cc: <netdev@vger.kernel.org> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> + --- drivers/net/caif/caif_spi.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) |
