From 5834a1722ed302d4cf814c09de67f6e28ee80105 Mon Sep 17 00:00:00 2001 From: Ming Lei Date: Tue, 4 Jan 2011 20:21:32 +0800 Subject: [PATCH] --- yaml --- r: 232626 b: refs/heads/master c: 20831ad23978d0543b0b23128621b6d8ee7757f1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/usb/otg/nop-usb-xceiv.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 938dc4458d8a..1a3850832af9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0cdfb819b6a97e79c7a0aa0c471cd7000367103b +refs/heads/master: 20831ad23978d0543b0b23128621b6d8ee7757f1 diff --git a/trunk/drivers/usb/otg/nop-usb-xceiv.c b/trunk/drivers/usb/otg/nop-usb-xceiv.c index e70014ab0976..8acf165fe13b 100644 --- a/trunk/drivers/usb/otg/nop-usb-xceiv.c +++ b/trunk/drivers/usb/otg/nop-usb-xceiv.c @@ -132,6 +132,8 @@ static int __devinit nop_usb_xceiv_probe(struct platform_device *pdev) platform_set_drvdata(pdev, nop); + BLOCKING_INIT_NOTIFIER_HEAD(&nop->otg.notifier); + return 0; exit: kfree(nop);