From: Luben Tuikov <ltuikov@yahoo.com>
To: Greg KH <greg@kroah.com>,
linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [PATCH 1/4] [USB] UASP: Set iface data before scanning host
Date: Wed, 8 Dec 2010 15:51:38 -0800 (PST) [thread overview]
Message-ID: <21690.835.qm@web31801.mail.mud.yahoo.com> (raw)
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
reply other threads:[~2010-12-08 23:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=21690.835.qm@web31801.mail.mud.yahoo.com \
--to=ltuikov@yahoo.com \
--cc=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome