[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <529E8773.1010505@gtsys.com.hk>
Date: Wed, 04 Dec 2013 09:37:55 +0800
From: Chris Ruehl <chris.ruehl@...ys.com.hk>
To: Marc Kleine-Budde <mkl@...gutronix.de>
CC: peter.chen@...escale.com, gregkh@...uxfoundation.org,
linux-usb@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/3 v4] usb: chipidea: Reallocate regmap only if lpm is
detected
>> @@ -642,6 +643,10 @@ static int ci_hdrc_probe(struct platform_device *pdev)
>> : CI_ROLE_GADGET;
>> }
>>
>> + /* only update vbus status for peripheral */
>> + if (ci->role == CI_ROLE_GADGET)
>> + ci_handle_vbus_change(ci);
>> +
>
> This change seems unrelated to me.
>
> Marc
My fault I test a patch from Fabio on the wrong working branch. I must be
more careful.
Chris
--
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