Re: [PATCH] Conexant 2388x: check for kthread_run

2007-07-19 Thread Cyrill Gorcunov
-- | Cheers, | Mauro | Hi Mauro, thanks for the answer. Well, here is updated version. --- From: Cyrill Gorcunov <[EMAIL PROTECTED]> Subject: [PATCH] Conexant 2388x: check for kthread_run The patch adds checking of kthread_run return code and issues a message if it fails. Signed-off-by: C

Re: [PATCH] Conexant 2388x: check for kthread_run

2007-07-18 Thread Mauro Carvalho Chehab
Hi Cyrill, Em Qua, 2007-07-18 às 22:56 +0400, Cyrill Gorcunov escreveu: > This patch adds checking of kthread_run return code. > > Signed-off-by: Cyrill Gorcunov <[EMAIL PROTECTED]> > --- > Probably we could just ignore a such situation (we do > check for core->kthread value before trying to stop

[PATCH] Conexant 2388x: check for kthread_run

2007-07-18 Thread Cyrill Gorcunov
This patch adds checking of kthread_run return code. Signed-off-by: Cyrill Gorcunov <[EMAIL PROTECTED]> --- Probably we could just ignore a such situation (we do check for core->kthread value before trying to stop the thread) but we have to leave a footmark in kernel messages anyway I guess. Comme