Skip to content

Commit

Permalink
[PATCH] USB: compilation failure on usb/image/microtek.c
Browse files Browse the repository at this point in the history
maybe typo?

Signed-off-by: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Hideaki YOSHIFUJI authored and Greg KH committed Apr 22, 2005
1 parent efab773 commit 275cfdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/image/microtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ static int mts_scsi_abort (Scsi_Cmnd *srb)

mts_urb_abort(desc);

return FAILURE;
return FAILED;
}

static int mts_scsi_host_reset (Scsi_Cmnd *srb)
Expand Down

0 comments on commit 275cfdf

Please sign in to comment.