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 /d04.patch | |
| parent | d23211444204e09eada13d0a53c8e4cbb28cac3e (diff) | |
| download | patches-1670862cd60c9110a93d8fdd186d4bfe51b185d1.tar.gz | |
add some headers to some patches
Diffstat (limited to 'd04.patch')
| -rw-r--r-- | d04.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/d04.patch b/d04.patch index a55e2d82f0c3f6..771266f5c58e0d 100644 --- a/d04.patch +++ b/d04.patch @@ -1,3 +1,15 @@ +From foo@baz Thu Jun 8 15:02:58 CEST 2017 +Date: Thu, 08 Jun 2017 15:02:58 +0200 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: TTY: hvc: convert to use DRIVER_ATTR_RW + +We are trying to get rid of DRIVER_ATTR(), and the hvc driver's +attribute can be trivially changed to use DRIVER_ATTR_RW(). + +Cc: Jiri Slaby <jslaby@suse.com> +Cc: <linuxppc-dev@lists.ozlabs.org> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- drivers/tty/hvc/hvcs.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) |
