Re: [PATCH 01/25] tty: Change return type to void

2018-09-04 Thread Jiri Slaby
On 09/05/2018, 03:08 AM, Jaejoong Kim wrote: > > @@ -688,7 +688,7 @@ extern int tty_port_close_start(struct > tty_port *port, > >   extern void tty_port_close_end(struct tty_port *port, struct > tty_struct *tty); > >   extern void tty_port_close(struct tty_port *port, > >   

[PATCH] staging: visorbus, replace init_timer with setup_timer

2017-02-15 Thread Jiri Slaby
From: Stefan Svinciak Newer version is more readable and needs less changes if/when timer_struct is to be changed. Signed-off-by: Stefan Svinciak Signed-off-by: Jiri Slaby Cc: David Kershner Cc: Greg Kroah-Hartman Cc: Cc: --- drivers/staging/unisys/visorbus/visorbus_main.c | 4 +--- 1

Re: [PATCH v3] Add tw5864 driver

2016-07-11 Thread Jiri Slaby
On 07/11/2016, 07:58 AM, Hans Verkuil wrote: >> +static char *artifacts_warning = "BEWARE OF KNOWN ISSUES WITH VIDEO >> QUALITY\n" > > const char * const Or even better, drop the extra space for pointer: static const char artifacts_warning[] = thanks, -- js suse labs _

Re: genirq: Flags mismatch irq 4. 00000000 (serial) vs. 00000080 (goldfish_pdev_bus)

2016-04-04 Thread Jiri Slaby
On 04/02/2016, 12:35 PM, Dmitry Vyukov wrote: > Hello, > > After updating from 8e0f93cda48ed054e1216bab5c60017e1a5fc1e8 to > 05cf8077e54b20dddb756eaa26f3aeb5c38dd3cf (Apr 1) I've started seeing > the following warnings: > > genirq: Flags mismatch irq 4. (serial) vs. 0080 > (goldfish

[PATCH] staging: sm750fb, fix typos

2016-01-25 Thread Jiri Slaby
From: Matej Vasek The code contained typos like "structur", "fointers", etc. Fix that. No code change, only comments. Signed-off-by: Matej Vasek Cc: Sudip Mukherjee Cc: Teddy Wang Cc: Greg Kroah-Hartman Cc: Cc: Signed-off-by: Jiri Slaby --- drivers/staging/sm750fb

[PATCH 3.12 156/176] x86, hyperv: Mark the Hyper-V clocksource as being continuous

2015-01-28 Thread Jiri Slaby
-by: jasow...@redhat.com Cc: gre...@linuxfoundation.org Cc: de...@linuxdriverproject.org Cc: o...@aepfle.de Cc: a...@canonical.com Link: http://lkml.kernel.org/r/1421108762-3331-1-git-send-email-...@microsoft.com Signed-off-by: Thomas Gleixner Signed-off-by: Jiri Slaby --- arch/x86/kernel/cpu/mshyperv.

[patch added to the 3.12 stable tree] x86, hyperv: Mark the Hyper-V clocksource as being continuous

2015-01-28 Thread Jiri Slaby
Srinivasan Acked-by: jasow...@redhat.com Cc: gre...@linuxfoundation.org Cc: de...@linuxdriverproject.org Cc: o...@aepfle.de Cc: a...@canonical.com Link: http://lkml.kernel.org/r/1421108762-3331-1-git-send-email-...@microsoft.com Signed-off-by: Thomas Gleixner Signed-off-by: Jiri Slaby --- arch/