Skip to content

Commit 47311ea

Browse files
jhovoldvinodkoul
authored andcommitted
phy: phy-snps-eusb2: clean up id table sentinel
Use a more common format for the id table sentinel for consistency and symmetry. Signed-off-by: Johan Hovold <[email protected]> Reviewed-by: Abel Vesa <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent d2d0ae7 commit 47311ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

drivers/phy/phy-snps-eusb2.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,9 @@ static const struct of_device_id snps_eusb2_hsphy_of_match_table[] = {
611611
}, {
612612
.compatible = "samsung,exynos2200-eusb2-phy",
613613
.data = &exynos2200_snps_eusb2_phy,
614-
}, { },
614+
}, {
615+
/* sentinel */
616+
}
615617
};
616618
MODULE_DEVICE_TABLE(of, snps_eusb2_hsphy_of_match_table);
617619

0 commit comments

Comments
 (0)