mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-08-18 15:31:09 +00:00
dsi_display_clk_ctrl is assigned as a callback function to struct sde_connector_ops::clk_ctrl. This changes changes the function type to match the pointer type to avoid Control-Flow Integrity (CFI) failures. Bug: 148470764 Change-Id: Id67a6971a597b047524cf6eac6c48c057e8f9e9a Signed-off-by: Sami Tolvanen <samitolvanen@google.com>