> These are used like: > > set_bit(WORK_LINK_UP, &priv->work_pending); > > The problem is that set_bit() takes the actual bit number and not a mask > so static checkers get upset. It doesn't affect run time because we do > it consistently, but we may as well clean it up. > > Fixes: 6010ce07a66c ('rndis_wlan: do link-down state change in worker thread') > Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> Thanks, applied to wireless-drivers-next.git. Kalle Valo -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html