Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Johan Hovold and committed by
Vinod Koul
47311eaa d2d0ae72

+3 -1
+3 -1
drivers/phy/phy-snps-eusb2.c
··· 611 611 }, { 612 612 .compatible = "samsung,exynos2200-eusb2-phy", 613 613 .data = &exynos2200_snps_eusb2_phy, 614 - }, { }, 614 + }, { 615 + /* sentinel */ 616 + } 615 617 }; 616 618 MODULE_DEVICE_TABLE(of, snps_eusb2_hsphy_of_match_table); 617 619