usb: dwc2: fix spelling mistake: "genereted" -> "generated"
Trivial fix to spelling mistake in dev_warn warning message text. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
This commit is contained in:
committed by
Felipe Balbi
parent
498f0478ab
commit
07b8dc5523
@@ -5433,7 +5433,7 @@ int dwc2_host_enter_hibernation(struct dwc2_hsotg *hsotg)
|
|||||||
|
|
||||||
/* Wait for the HPRT0.PrtSusp register field to be set */
|
/* Wait for the HPRT0.PrtSusp register field to be set */
|
||||||
if (dwc2_hsotg_wait_bit_set(hsotg, HPRT0, HPRT0_SUSP, 300))
|
if (dwc2_hsotg_wait_bit_set(hsotg, HPRT0, HPRT0_SUSP, 300))
|
||||||
dev_warn(hsotg->dev, "Suspend wasn't genereted\n");
|
dev_warn(hsotg->dev, "Suspend wasn't generated\n");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We need to disable interrupts to prevent servicing of any IRQ
|
* We need to disable interrupts to prevent servicing of any IRQ
|
||||||
|
|||||||
Reference in New Issue
Block a user