diff options
Diffstat (limited to 'drivers/usb/chipidea/debug.c')
-rw-r--r-- | drivers/usb/chipidea/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/chipidea/debug.c b/drivers/usb/chipidea/debug.c index f038804d13dd..268e4236e84c 100644 --- a/drivers/usb/chipidea/debug.c +++ b/drivers/usb/chipidea/debug.c | |||
@@ -220,7 +220,7 @@ static int ci_otg_show(struct seq_file *s, void *unused) | |||
220 | 220 | ||
221 | /* ------ State ----- */ | 221 | /* ------ State ----- */ |
222 | seq_printf(s, "OTG state: %s\n\n", | 222 | seq_printf(s, "OTG state: %s\n\n", |
223 | usb_otg_state_string(ci->transceiver->otg->state)); | 223 | usb_otg_state_string(ci->otg.state)); |
224 | 224 | ||
225 | /* ------ State Machine Variables ----- */ | 225 | /* ------ State Machine Variables ----- */ |
226 | seq_printf(s, "a_bus_drop: %d\n", fsm->a_bus_drop); | 226 | seq_printf(s, "a_bus_drop: %d\n", fsm->a_bus_drop); |