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 <xsvi...@fi.muni.cz> Newer version is more readable and needs less changes if/when timer_struct is to be changed. Signed-off-by: Stefan Svinciak <xsvi...@fi.muni.cz> Signed-off-by: Jiri Slaby <jsl...@suse.cz> Cc: David Kershner <david.kersh...@unisy

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

[PATCH] staging: sm750fb, fix typos

2016-01-25 Thread Jiri Slaby
lt;teddy.w...@siliconmotion.com> Cc: Greg Kroah-Hartman <gre...@linuxfoundation.org> Cc: <linux-fb...@vger.kernel.org> Cc: <de...@driverdev.osuosl.org> Signed-off-by: Jiri Slaby <jsl...@suse.cz> --- drivers/staging/sm750fb/ddk750_hwi2c.c | 4 ++-- drivers/staging/sm750fb

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

2015-01-28 Thread Jiri Slaby
...@microsoft.com 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 t...@linutronix.de Signed-off-by: Jiri

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

2015-01-28 Thread Jiri Slaby
...@linutronix.de Signed-off-by: Jiri Slaby jsl...@suse.cz --- arch/x86/kernel/cpu/mshyperv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/kernel/cpu/mshyperv.c b/arch/x86/kernel/cpu/mshyperv.c index 71a39f3621ba..647480716ff1 100644 --- a/arch/x86/kernel/cpu/mshyperv.c +++ b/arch/x86/kernel/cpu