[<prev] [next>] [day] [month] [year] [list]
Message-ID: <21690.835.qm@web31801.mail.mud.yahoo.com>
Date: Wed, 8 Dec 2010 15:51:38 -0800 (PST)
From: Luben Tuikov <ltuikov@...oo.com>
To: Greg KH <greg@...ah.com>, linux-kernel@...r.kernel.org,
linux-usb@...r.kernel.org
Subject: [PATCH 1/4] [USB] UASP: Set iface data before scanning host
Signed-off-by: Luben Tuikov <ltuikov@...oo.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists