From: dbaryshkov@gmail.com (Dmitry Eremin-Solenikov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] lubbock-usb: fix compilation due to OTG switching to atomic notifiers
Date: Wed, 22 Jun 2011 17:21:43 +0400 [thread overview]
Message-ID: <1308748903-18642-1-git-send-email-dbaryshkov@gmail.com> (raw)
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
---
Eric, please fold this patch into your tree, as somewhere between the original
patch I've submitted and the current tree OTG transceiver have switched from
blocking to atomic notifiers.
drivers/usb/otg/lubbock-usb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/usb/otg/lubbock-usb.c b/drivers/usb/otg/lubbock-usb.c
index d18c101..d8b8416 100644
--- a/drivers/usb/otg/lubbock-usb.c
+++ b/drivers/usb/otg/lubbock-usb.c
@@ -123,7 +123,7 @@ static int __devinit lubbock_usb_xceiv_probe(struct platform_device *pdev)
platform_set_drvdata(pdev, lubbock);
- BLOCKING_INIT_NOTIFIER_HEAD(&lubbock->notifier);
+ ATOMIC_INIT_NOTIFIER_HEAD(&lubbock->notifier);
return 0;
exit:
--
1.7.5.3
reply other threads:[~2011-06-22 13:21 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=1308748903-18642-1-git-send-email-dbaryshkov@gmail.com \
--to=dbaryshkov@gmail.com \
--cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).