All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] USB: compilation failure on usb/image/microtek.c
@ 2005-04-20  4:10 YOSHIFUJI Hideaki / 吉藤英明
  2005-04-20  4:46 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: YOSHIFUJI Hideaki / 吉藤英明 @ 2005-04-20  4:10 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

From: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>

maybe typo?

Signed-off-by: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>

--- 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;
 }
 
 static int mts_scsi_host_reset (Scsi_Cmnd *srb)

-- 
Hideaki YOSHIFUJI @ USAGI Project <yoshfuji@linux-ipv6.org>
Homepage: http://www.yoshifuji.org/~hideaki/
GPG FP  : 9022 65EB 1ECF 3AD1 0BDF  80D8 4807 F894 E062 0EEA

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] USB: compilation failure on usb/image/microtek.c
  2005-04-20  4:10 [PATCH] USB: compilation failure on usb/image/microtek.c YOSHIFUJI Hideaki / 吉藤英明
@ 2005-04-20  4:46 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2005-04-20  4:46 UTC (permalink / raw)
  To: yoshfuji; +Cc: torvalds, linux-kernel

On Wed, Apr 20, 2005 at 01:10:34PM +0900, B <yoshfuji@linux-ipv6.org> wrote:
> From: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
> 
> maybe typo?
> 
> Signed-off-by: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
> 
> --- 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-04-20  4:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-20  4:10 [PATCH] USB: compilation failure on usb/image/microtek.c YOSHIFUJI Hideaki / 吉藤英明
2005-04-20  4:46 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.