aboutsummaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorAndy Shevchenko <[email protected]>2018-12-03 11:28:47 +0200
committerFelipe Balbi <[email protected]>2018-12-07 07:30:18 +0200
commit54d48183d21e03f780053d7129312049cb5dd591 (patch)
tree13510ca56ea4d16d872d093da0c0ded41a144edf /include/linux/timerqueue.h
parent6abfa0f5bb7cce98c89e2c28fcea31c17200890e (diff)
usb: dwc3: trace: add missing break statement to make compiler happy
The missed break statement in the outer switch makes the code fall through always and thus always same value will be printed. Besides that, compiler warns about missed fall through marker: drivers/usb/dwc3/./trace.h: In function ‘trace_raw_output_dwc3_log_trb’: drivers/usb/dwc3/./trace.h:246:4: warning: this statement may fall through [-Wimplicit-fallthrough=] switch (pcm) { ^~~~~~ Add the missing break statement to work correctly without compilation warnings. Fixes: fa8d965d736b ("usb: dwc3: trace: pretty print high-bandwidth transfers too") Cc: Felipe Balbi <[email protected]> Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Felipe Balbi <[email protected]>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions