Re: [PATCH] PCI: dwc: designware: don't sleep in atomic context

From: Pankaj Dubey
Date: Thu Dec 28 2017 - 04:52:20 EST


Hi Jingoo,


On 12/21/2017 10:09 PM, Jingoo Han wrote:
> On Thursday, October 12, 2017 3:55 AM, Pankaj Dubey wrote:
>> In pcie-designware.c many places we are calling "usleep_range" which
>> are in atomic context. This patch fixes these potential BUGs and
>> replaces "usleep_range" with mdelay calls.
>>
>> Signed-off-by: Pankaj Dubey <pankaj.dubey@xxxxxxxxxxx>
> Sorry for my late response.
>
> Acked-by: Jingoo Han <jingoohan1@xxxxxxxxx>
>
> Best regards,
> Jingoo Han

Thanks for review and Ack. Will resubmit this along with your ack.

Thanks,
Pankaj Dubey