We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993cc87 commit 636bd02Copy full SHA for 636bd02
drivers/usb/host/xhci-rcar.c
@@ -104,7 +104,7 @@ static int xhci_rcar_is_gen2(struct device *dev)
104
return of_device_is_compatible(node, "renesas,xhci-r8a7790") ||
105
of_device_is_compatible(node, "renesas,xhci-r8a7791") ||
106
of_device_is_compatible(node, "renesas,xhci-r8a7793") ||
107
- of_device_is_compatible(node, "renensas,rcar-gen2-xhci");
+ of_device_is_compatible(node, "renesas,rcar-gen2-xhci");
108
}
109
110
static int xhci_rcar_is_gen3(struct device *dev)
0 commit comments