usb: host: xhci: rcar: Fix typo in compatible string matching
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 27 Aug 2019 12:51:12 +0000 (14:51 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Sep 2019 08:20:57 +0000 (10:20 +0200)
commit6b2f9ecf5d2c0d1aadead91b25bb11b205487772
tree737fd2a709f73756f2d0e4b21922e199486437eb
parent8e7ca9eecdc9e8afd3700e64685d1817234b5b71
usb: host: xhci: rcar: Fix typo in compatible string matching

commit 636bd02a7ba9025ff851d0cfb92768c8fa865859 upstream.

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

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

Fixes: 2dc240a3308b ("usb: host: xhci: rcar: retire use of xhci_plat_type_is()")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: stable <stable@vger.kernel.org>
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Link: https://lore.kernel.org/r/20190827125112.12192-1-geert+renesas@glider.be
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-rcar.c