lkml.org 
[lkml]   [2019]   [Sep]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.9 69/83] usb: host: xhci: rcar: Fix typo in compatible string matching
    Date
    From: Geert Uytterhoeven <geert+renesas@glider.be>

    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 | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    --- a/drivers/usb/host/xhci-rcar.c
    +++ b/drivers/usb/host/xhci-rcar.c
    @@ -84,7 +84,7 @@ static int xhci_rcar_is_gen2(struct devi
    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)

    \
     
     \ /
      Last update: 2019-09-04 20:25    [W:4.211 / U:0.188 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site