Re: [PATCH] staging: Fix a Fix me in tranzport.c

2014-07-19 Thread Nick Krause
On Sat, Jul 19, 2014 at 5:14 AM, Dan Carpenter wrote: > On Sat, Jul 19, 2014 at 12:09:53PM +0300, Dan Carpenter wrote: >> On Sat, Jul 19, 2014 at 01:26:52AM -0400, Nicholas Krause wrote: >> > This patch add a atomic lock in usb_tranzport_usb for preventing >> > a tiny race in this function. >> > >

Re: [PATCH] staging: Fix a Fix me in tranzport.c

2014-07-19 Thread Dan Carpenter
On Sat, Jul 19, 2014 at 12:09:53PM +0300, Dan Carpenter wrote: > On Sat, Jul 19, 2014 at 01:26:52AM -0400, Nicholas Krause wrote: > > This patch add a atomic lock in usb_tranzport_usb for preventing > > a tiny race in this function. > > > > Signed-off-by: Nicholas Krause > > Is this a guess work

Re: [PATCH] staging: Fix a Fix me in tranzport.c

2014-07-19 Thread Dan Carpenter
On Sat, Jul 19, 2014 at 01:26:52AM -0400, Nicholas Krause wrote: > This patch add a atomic lock in usb_tranzport_usb for preventing > a tiny race in this function. > > Signed-off-by: Nicholas Krause Is this a guess work patch or have you tested it? regards, dan carpenter _

[PATCH] staging: Fix a Fix me in tranzport.c

2014-07-18 Thread Nicholas Krause
This patch add a atomic lock in usb_tranzport_usb for preventing a tiny race in this function. Signed-off-by: Nicholas Krause --- drivers/staging/frontier/tranzport.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/staging/frontier/tranzport.c b/drivers/staging/fro