Skip to content

Commit 7a3d1c2

Browse files
6by9pelwell
authored andcommitted
drm: panel: waveshare: Remove duplicated sentinel on compatible list
Remove the duplicated sentinel that got added, otherwise we have an extra blank compatible string match in the module, and that matches everything. $ modinfo panel_waveshare_dsi filename: /lib/modules/6.6.50-v8+/kernel/drivers/gpu/drm/panel/panel-waveshare-dsi.ko.xz license: GPL description: Waveshare DSI panel driver author: Dave Stevenson <[email protected]> srcversion: E767180DABD8B00B45571AF alias: of:N*T*C* alias: of:N*T* alias: of:N*T*Cwaveshare,8.8inch-panelC* alias: of:N*T*Cwaveshare,8.8inch-panel Fixes: f955b78 ("drivers:gpu:drm:panel: Added waveshare 5.0inch, 6.25inch, and 8.8inch dsi screen devices") Signed-off-by: Dave Stevenson <[email protected]>
1 parent d6a3a3f commit 7a3d1c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/panel/panel-waveshare-dsi.c

-1
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,6 @@ static const struct of_device_id ws_panel_of_ids[] = {
466466
}, {
467467
.compatible = "waveshare,8.8inch-panel",
468468
.data = &ws_panel_8_8_mode,
469-
}, {
470469
}, {
471470
/* sentinel */
472471
}

0 commit comments

Comments
 (0)