Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]>
- Loading branch information