Commit 654298ae authored by Colin Ian King's avatar Colin Ian King Committed by Greg Kroah-Hartman
Browse files

usb: cdns3: Fix spelling mistake "supporte" -> "supported"



There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20240220080617.2674613-1-colin.i.king@gmail.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9f2a3933
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -435,7 +435,7 @@ int cdns_drd_init(struct cdns *cdns)
			writel(1, &cdns->otg_v1_regs->simulate);
			cdns->version  = CDNS3_CONTROLLER_V1;
		} else {
			dev_err(cdns->dev, "not supporte DID=0x%08x\n", state);
			dev_err(cdns->dev, "not supported DID=0x%08x\n", state);
			return -EINVAL;
		}