Re: [PATCH] Usb: atm: usbatm: fixed a pointer variable format issue

2013-12-06 Thread Duncan Sands
On 06/12/13 04:59, learc83 wrote: Fixed a pointer variable format issue. This is obviously OK. Ciao, Duncan. Signed-off-by: Seth Archer Brown lear...@gmail.com --- drivers/usb/atm/usbatm.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

Re: [PATCH] Usb: atm: usbatm: fixed a pointer variable format issue

2013-12-06 Thread Duncan Sands
Hi Seth, On 06/12/13 15:24, Seth Archer wrote: Sorry, but do you mean the patch is OK, or the original is OK and no patch necessary? I meant that the patch is obviously OK. Ciao, Duncan. -Seth On Fri, Dec 6, 2013 at 3:24 AM, Duncan Sands duncan.sa...@gmail.com mailto:duncan.sa

Re: [PATCH] usbatm: fix potential NULL pointer dereference

2013-04-19 Thread Duncan Sands
Signed-off-by: Duncan Sands baldr...@free.fr On 19/04/13 04:18, Wei Yongjun wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn The dereference to 'instance' in the debug code should be moved below the NULL test. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- drivers/usb

Re: [PATCH][USBATM]: convert heavy init dances to kthread API

2008-02-07 Thread Duncan Sands
Hi Pavel, @@ -1014,11 +1015,7 @@ static int usbatm_do_heavy_init(void *arg) struct usbatm_data *instance = arg; int ret; - daemonize(instance-driver-driver_name); allow_signal(SIGTERM); - instance-thread_pid = current-pid; - - complete(instance-thread_started);