linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] usb: host: xhci: rcar: Fix typo in compatible string matching
@ 2019-08-27 12:51 Geert Uytterhoeven
  2019-08-28  4:27 ` Yoshihiro Shimoda
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2019-08-27 12:51 UTC (permalink / raw)
  To: Mathias Nyman, Greg Kroah-Hartman, Felipe Balbi, Yoshihiro Shimoda
  Cc: linux-usb, linux-renesas-soc, Geert Uytterhoeven

It's spelled "renesas", not "renensas".

Due to this typo, RZ/G1M and RZ/G1N were not covered by the check.

Fixes: 2dc240a3308b269a ("usb: host: xhci: rcar: retire use of xhci_plat_type_is()")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/usb/host/xhci-rcar.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/host/xhci-rcar.c b/drivers/usb/host/xhci-rcar.c
index 8616c52849c6d2a8..2b0ccd150209fe3a 100644
--- a/drivers/usb/host/xhci-rcar.c
+++ b/drivers/usb/host/xhci-rcar.c
@@ -104,7 +104,7 @@ static int xhci_rcar_is_gen2(struct device *dev)
 	return of_device_is_compatible(node, "renesas,xhci-r8a7790") ||
 		of_device_is_compatible(node, "renesas,xhci-r8a7791") ||
 		of_device_is_compatible(node, "renesas,xhci-r8a7793") ||
-		of_device_is_compatible(node, "renensas,rcar-gen2-xhci");
+		of_device_is_compatible(node, "renesas,rcar-gen2-xhci");
 }
 
 static int xhci_rcar_is_gen3(struct device *dev)
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* RE: [PATCH] usb: host: xhci: rcar: Fix typo in compatible string matching
  2019-08-27 12:51 [PATCH] usb: host: xhci: rcar: Fix typo in compatible string matching Geert Uytterhoeven
@ 2019-08-28  4:27 ` Yoshihiro Shimoda
  0 siblings, 0 replies; 2+ messages in thread
From: Yoshihiro Shimoda @ 2019-08-28  4:27 UTC (permalink / raw)
  To: Geert Uytterhoeven, Mathias Nyman, Greg Kroah-Hartman, Felipe Balbi
  Cc: linux-usb, linux-renesas-soc

Hi Geert-san,

> From: Geert Uytterhoeven, Sent: Tuesday, August 27, 2019 9:51 PM
> 
> It's spelled "renesas", not "renensas".
> 
> Due to this typo, RZ/G1M and RZ/G1N were not covered by the check.
> 
> Fixes: 2dc240a3308b269a ("usb: host: xhci: rcar: retire use of xhci_plat_type_is()")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Oops! Thank you for your patch!

Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Best regards,
Yoshihiro Shimoda


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-28  4:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-27 12:51 [PATCH] usb: host: xhci: rcar: Fix typo in compatible string matching Geert Uytterhoeven
2019-08-28  4:27 ` Yoshihiro Shimoda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).