Re: [PATCH 2/2] ttyprintk: Allow built as a module

2014-04-05 Thread Samo Pogačnik
Dne 03.04.2014 (čet) ob 08:13 +0200 je Takashi Iwai napisal(a): > At Wed, 2 Apr 2014 12:32:22 -0700, > Greg Kroah-Hartman wrote: > > > > On Wed, Apr 02, 2014 at 12:29:42PM +0200, Takashi Iwai wrote: > > > The driver is well written to be used as a module, just the exit call > > > is missing. > >

Re: [PATCH 2/2] ttyprintk: Allow built as a module

2014-04-05 Thread Samo Pogačnik
Dne 03.04.2014 (čet) ob 08:13 +0200 je Takashi Iwai napisal(a): At Wed, 2 Apr 2014 12:32:22 -0700, Greg Kroah-Hartman wrote: On Wed, Apr 02, 2014 at 12:29:42PM +0200, Takashi Iwai wrote: The driver is well written to be used as a module, just the exit call is missing.

Re: [PATCH 2/2] ttyprintk: Allow built as a module

2014-04-03 Thread Takashi Iwai
At Wed, 2 Apr 2014 12:32:22 -0700, Greg Kroah-Hartman wrote: > > On Wed, Apr 02, 2014 at 12:29:42PM +0200, Takashi Iwai wrote: > > The driver is well written to be used as a module, just the exit call > > is missing. > > > > Signed-off-by: Takashi Iwai > > --- > > drivers/char/Kconfig | 2

Re: [PATCH 2/2] ttyprintk: Allow built as a module

2014-04-03 Thread Takashi Iwai
At Wed, 2 Apr 2014 12:32:22 -0700, Greg Kroah-Hartman wrote: On Wed, Apr 02, 2014 at 12:29:42PM +0200, Takashi Iwai wrote: The driver is well written to be used as a module, just the exit call is missing. Signed-off-by: Takashi Iwai ti...@suse.de --- drivers/char/Kconfig | 2

Re: [PATCH 2/2] ttyprintk: Allow built as a module

2014-04-02 Thread Greg Kroah-Hartman
On Wed, Apr 02, 2014 at 12:29:42PM +0200, Takashi Iwai wrote: > The driver is well written to be used as a module, just the exit call > is missing. > > Signed-off-by: Takashi Iwai > --- > drivers/char/Kconfig | 2 +- > drivers/char/ttyprintk.c | 13 - > 2 files changed, 13

Re: [PATCH 2/2] ttyprintk: Allow built as a module

2014-04-02 Thread Takashi Iwai
At Wed, 02 Apr 2014 14:31:46 +0200, Jean Delvare wrote: > > Hi Takashi, > > Le Wednesday 02 April 2014 à 12:29 +0200, Takashi Iwai a écrit : > > The driver is well written to be used as a module, just the exit call > > is missing. > > > > Signed-off-by: Takashi Iwai > > --- > >

Re: [PATCH 2/2] ttyprintk: Allow built as a module

2014-04-02 Thread Jean Delvare
Hi Takashi, Le Wednesday 02 April 2014 à 12:29 +0200, Takashi Iwai a écrit : > The driver is well written to be used as a module, just the exit call > is missing. > > Signed-off-by: Takashi Iwai > --- > drivers/char/Kconfig | 2 +- > drivers/char/ttyprintk.c | 13 - > 2 files

[PATCH 2/2] ttyprintk: Allow built as a module

2014-04-02 Thread Takashi Iwai
The driver is well written to be used as a module, just the exit call is missing. Signed-off-by: Takashi Iwai --- drivers/char/Kconfig | 2 +- drivers/char/ttyprintk.c | 13 - 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/drivers/char/Kconfig

[PATCH 2/2] ttyprintk: Allow built as a module

2014-04-02 Thread Takashi Iwai
The driver is well written to be used as a module, just the exit call is missing. Signed-off-by: Takashi Iwai ti...@suse.de --- drivers/char/Kconfig | 2 +- drivers/char/ttyprintk.c | 13 - 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/drivers/char/Kconfig

Re: [PATCH 2/2] ttyprintk: Allow built as a module

2014-04-02 Thread Jean Delvare
Hi Takashi, Le Wednesday 02 April 2014 à 12:29 +0200, Takashi Iwai a écrit : The driver is well written to be used as a module, just the exit call is missing. Signed-off-by: Takashi Iwai ti...@suse.de --- drivers/char/Kconfig | 2 +- drivers/char/ttyprintk.c | 13 - 2

Re: [PATCH 2/2] ttyprintk: Allow built as a module

2014-04-02 Thread Takashi Iwai
At Wed, 02 Apr 2014 14:31:46 +0200, Jean Delvare wrote: Hi Takashi, Le Wednesday 02 April 2014 à 12:29 +0200, Takashi Iwai a écrit : The driver is well written to be used as a module, just the exit call is missing. Signed-off-by: Takashi Iwai ti...@suse.de ---

Re: [PATCH 2/2] ttyprintk: Allow built as a module

2014-04-02 Thread Greg Kroah-Hartman
On Wed, Apr 02, 2014 at 12:29:42PM +0200, Takashi Iwai wrote: The driver is well written to be used as a module, just the exit call is missing. Signed-off-by: Takashi Iwai ti...@suse.de --- drivers/char/Kconfig | 2 +- drivers/char/ttyprintk.c | 13 - 2 files changed, 13