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 <johan+linaro@kernel.org> Reviewed-by: Abel Vesa <abel.vesa@linaro.org> Link: https://lore.kernel.org/r/20250523084839.11015-8-johan+linaro@kernel.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent d2d0ae7 commit 47311ea

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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)