linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] lubbock-usb: fix compilation due to OTG switching to atomic notifiers
@ 2011-06-22 13:21 Dmitry Eremin-Solenikov
  0 siblings, 0 replies; only message in thread
From: Dmitry Eremin-Solenikov @ 2011-06-22 13:21 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-22 13:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-22 13:21 [PATCH] lubbock-usb: fix compilation due to OTG switching to atomic notifiers Dmitry Eremin-Solenikov

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).