Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Tue, 20 Apr 2021 21:09:57 +0200 you wrote:
> bit operation helpers such as test_bit, clear_bit, etc take bit
> position as parameter and not value. Current usage causes double
> shift => BIT(BIT(0)). Fix that in wwan_cor
bit operation helpers such as test_bit, clear_bit, etc take bit
position as parameter and not value. Current usage causes double
shift => BIT(BIT(0)). Fix that in wwan_core and mhi_wwan_ctrl.
Fixes: 9a44c1cc6388 ("net: Add a WWAN subsystem")
Reported-by: Dan Carpenter
Signed-off-by: Loic Poulain