aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorYueHaibing <[email protected]>2019-01-23 22:16:57 +0800
committerGreg Kroah-Hartman <[email protected]>2019-01-25 10:06:25 +0100
commitac626ff960624d81442a3ec4a3e71a9e929e98ae (patch)
tree4bdad52966f3f77f26f78f35524f15cf35a11f97 /tools/perf/scripts/python/syscall-counts.py
parent9997ab35f4284ea5bd07768797929d1d646064c8 (diff)
usb: ftdi-elan: Fix if == else warnings in ftdi_elan_respond_engine
Fixes the following coccinelle warning: ./drivers/usb/misc/ftdi-elan.c:972:10-12: WARNING: possible condition with no effect (if == else) ./drivers/usb/misc/ftdi-elan.c:983:9-11: WARNING: possible condition with no effect (if == else) ./drivers/usb/misc/ftdi-elan.c:2052:11-13: WARNING: possible condition with no effect (if == else) All these else/if branches just do the same thing actually as the last else branch, So it can be merged into the last branch. Signed-off-by: YueHaibing <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions