lkml.org 
[lkml]   [2010]   [Dec]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH 1/4] [USB] UASP: Set iface data before scanning host
Signed-off-by: Luben Tuikov <ltuikov@yahoo.com>
---
drivers/usb/storage/uasp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/storage/uasp.c b/drivers/usb/storage/uasp.c
index 1d2b2e3..3b10efd 100644
--- a/drivers/usb/storage/uasp.c
+++ b/drivers/usb/storage/uasp.c
@@ -1059,8 +1059,8 @@ static int uasp_probe(struct usb_interface *iface,
goto Free;

shost->hostdata[0] = (unsigned long)tpinfo;
- scsi_scan_host(shost);
usb_set_intfdata(iface, shost);
+ scsi_scan_host(shost);

return res;
Free:
--
1.7.0.1



\
 
 \ /
  Last update: 2010-12-09 00:53    [W:3.293 / U:0.440 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site