net: wwan: Fix bit ops double shift
authorLoic Poulain <loic.poulain@linaro.org>
Tue, 20 Apr 2021 19:09:57 +0000 (21:09 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Apr 2021 23:52:56 +0000 (16:52 -0700)
commitb8c55ce266dee09b0e359ff9af885eb94e11480a
tree08d8c11824022a9d02b85ec317f590163c0c2fa6
parentebbcac3dc26b51d8eeaa228cc2a969cfe4cc5bb3
net: wwan: Fix bit ops double shift

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 <dan.carpenter@oracle.com>
Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wwan/mhi_wwan_ctrl.c
drivers/net/wwan/wwan_core.c