diff --git a/projects/ROCKNIX/devices/SM8550/patches/linux/1000-add-qcom-haptics-driver.patch b/projects/ROCKNIX/devices/SM8550/patches/linux/1000-add-qcom-haptics-driver.patch index a59b4e10306..63d89651631 100644 --- a/projects/ROCKNIX/devices/SM8550/patches/linux/1000-add-qcom-haptics-driver.patch +++ b/projects/ROCKNIX/devices/SM8550/patches/linux/1000-add-qcom-haptics-driver.patch @@ -6442,7 +6442,7 @@ diff -Naur a/include/trace/events/qcom_haptics.h b/include/trace/events/qcom_hap + ), + + TP_fast_assign( -+ __assign_str(id_name, name); ++ __assign_str(id_name); + __entry->msb = msb; + __entry->lsb = lsb; + ), diff --git a/projects/ROCKNIX/devices/SM8750/patches/linux/1000-input-misc-qcom-hv-haptics-sm8750.patch b/projects/ROCKNIX/devices/SM8750/patches/linux/1000-input-misc-qcom-hv-haptics-sm8750.patch index 5c6fadbea8a..076326d8c53 100644 --- a/projects/ROCKNIX/devices/SM8750/patches/linux/1000-input-misc-qcom-hv-haptics-sm8750.patch +++ b/projects/ROCKNIX/devices/SM8750/patches/linux/1000-input-misc-qcom-hv-haptics-sm8750.patch @@ -7036,7 +7036,7 @@ diff -Naur a/include/trace/events/qcom_haptics.h b/include/trace/events/qcom_hap + ), + + TP_fast_assign( -+ __assign_str(id_name, name); ++ __assign_str(id_name); + __entry->msb = msb; + __entry->lsb = lsb; + ),