On Wed, Apr 20, 2005 at 01:10:34PM +0900, B <[EMAIL PROTECTED]> wrote: > From: Hideaki YOSHIFUJI <[EMAIL PROTECTED]> > > maybe typo? > > Signed-off-by: Hideaki YOSHIFUJI <[EMAIL PROTECTED]> > > --- a/drivers/usb/image/microtek.c > +++ b/drivers/usb/image/microtek.c > @@ -335,7 +335,7 @@ static int mts_scsi_abort (Scsi_Cmnd *sr > > mts_urb_abort(desc); > > - return FAILURE; > + return FAILED; > }
Thanks, this is in my todo queue, it's due to the fallout of the scsi-misc merge :) greg k-h - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

