Skip to content

Commit

Permalink
Fix typo in suniv USB support code
Browse files Browse the repository at this point in the history
Signed-off-by: George Hilliard <[email protected]>
  • Loading branch information
thirtythreeforty committed Feb 27, 2020
1 parent 0ca28cd commit 48773fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/musb/sunxi.c
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ static int sunxi_musb_probe(struct platform_device *pdev)

if (of_device_is_compatible(np, "allwinner,sun8i-a33-musb") ||
of_device_is_compatible(np, "allwinner,sun8i-h3-musb") ||
of_device_is_compatible(np, "allwinner,suniv-musb")) {
of_device_is_compatible(np, "allwinner,suniv-f1c100s-musb")) {
set_bit(SUNXI_MUSB_FL_HAS_RESET, &glue->flags);
set_bit(SUNXI_MUSB_FL_NO_CONFIGDATA, &glue->flags);
}
Expand Down

0 comments on commit 48773fa

Please sign in to comment.