We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aedbd39 commit 3b93259Copy full SHA for 3b93259
1 file changed
drivers/usb/host/dwc_otg/dwc_otg_fiq_fsm.c
@@ -64,7 +64,7 @@ void notrace _fiq_print(enum fiq_debug_level dbg_lvl, volatile struct fiq_state
64
65
if((dbg_lvl & dbg_lvl_req) || dbg_lvl == FIQDBG_ERR)
66
{
67
- snprintf(text, 9, " %4d:%1u ", hfnum.b.frnum/8, hfnum.b.frnum & 7);
+ snprintf(text, 9, " %4d:%1u ", hfnum.b.frnum/8, hfnum.b.frnum & 7);
68
va_start(args, fmt);
69
vsnprintf(text+8, 9, fmt, args);
70
va_end(args);
0 commit comments