aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2021-09-10 17:31:31 +0100
committerGreg Kroah-Hartman <[email protected]>2021-09-14 10:27:23 +0200
commit5b5ec04fb2d646c8c9ec90be2ea638e323912e0f (patch)
tree7a9f4e3a4124211207041b51113884667febb9f0 /tools/perf/scripts/python/export-to-postgresql.py
parent6854ccc4688be88e5efd5b1f8300c4289baf0910 (diff)
usb: gadget: goku_udc: Fix mask and set operation on variable master
The variable master is being masked with ~MST_R_BITS however this masked value is never used, the following updates to master are assignments. I suspect the original intention was to mask out the MST_R_BITS and then bit-wise or in the appropriate read bits rather than perform an assignment. Fix this by using the |= operator rather than a straight assignment. Note that this code is pre-git history, so I can't find a sha for it. Signed-off-by: Colin Ian King <[email protected]> Addresses-Coverity: ("Unused value") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions