aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/export-to-postgresql-report
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2015-05-14 11:37:50 +0300
committerKalle Valo <[email protected]>2015-05-26 13:55:04 +0300
commite3958e9d60b4570fff709f397ef5c6b8483f40f7 (patch)
tree659525276edc3233a4300917e7c23276eb75a7e5 /tools/perf/scripts/python/bin/export-to-postgresql-report
parent191f1aeeb93bb58e56f4d1868294ae22f3f67d4e (diff)
rndis_wlan: harmless issue calling set_bit()
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 <[email protected]> Signed-off-by: Kalle Valo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions