On Tue, Aug 19, 2003 at 05:14:28PM +0100, Ian Abbott wrote:
> On Tuesday 19 Aug 2003 13:04, Ian Abbott wrote:
> > Hi folks,
> >
> > This patch is against a local copy of Greg's usb-2.4 tree and is
> > for the ftdi_sio driver.
> >
> > The patch tidies up the write bulk callback function a little bit
> > - removing some unnecessary paranoid checks and scheduling a soft
> > interrupt regardless of the port's open count (for consistency
> > with other usb serial drivers).
> 
> Actually, I've just noticed that removal of the port open count 
> check in the write bulk callback function sometimes results in a 
> kernel oops (and sometimes doesn't) when the write bulk callbacks 
> occur after a close, so I'd like to put that check back in - at 
> least in the usb-2.4 version.
> 
> The attached patch (usb-2.4-ftdi_sio-wbcbfix.patch) reinstates the 
> port->open_count check in the ftdi_write_bulk_callback function, 
> and should be applied after my earlier patch 
> 'usb-2.4-ftdi_sio-wbcleanup.patch'.

So you're just really getting rid of the "serial" pointer check, right?
That's fine, but can you send me just one patch that does this instead?

thanks,

greg k-h


-------------------------------------------------------
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to