Re: [PATCH] Bluetooth: hci_qca: Replace open-coded msleep()
From: Marcel Holtmann
Date: Fri Sep 28 2018 - 13:20:07 EST
Hi Stephen,
>> These three lines make up what msleep() already does, i.e. setting the
>> task to uninterruptible, sleeping for so many jiffies, and then
>> schedule() already puts the task state back to TASK_RUNNING when it
>> returns. Make things clearer by just calling msleep() instead.
>>
>> Cc: Thierry Escande <thierry.escande@xxxxxxxxxx>
>> Signed-off-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>
>> ---
>
> Marcel, can you pick this patch up?
I would do that, but unfortunately it does apply against bluetooth-next tree.
Regards
Marcel