Skip to content

Commit 3b93259

Browse files
committed
fixup! Add dwc_otg driver
Fixes: #6786 Signed-off-by: Phil Elwell <[email protected]>
1 parent aedbd39 commit 3b93259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/usb/host/dwc_otg/dwc_otg_fiq_fsm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ void notrace _fiq_print(enum fiq_debug_level dbg_lvl, volatile struct fiq_state
6464

6565
if((dbg_lvl & dbg_lvl_req) || dbg_lvl == FIQDBG_ERR)
6666
{
67-
snprintf(text, 9, " %4d:%1u ", hfnum.b.frnum/8, hfnum.b.frnum & 7);
67+
snprintf(text, 9, " %4d:%1u ", hfnum.b.frnum/8, hfnum.b.frnum & 7);
6868
va_start(args, fmt);
6969
vsnprintf(text+8, 9, fmt, args);
7070
va_end(args);

0 commit comments

Comments
 (0)