Re: [PATCH v3 1/1] firmware: stratix10-svc: fix bug in saving controller data
From: Dinh Nguyen
Date: Mon Nov 03 2025 - 07:14:53 EST
On 11/2/25 17:21, Khairul Anuar Romli wrote:
Fix the incorrect usage of platform_set_drvdata and dev_set_drvdata. They
both are of the same data and overrides each other. This resulted in the
rmmod of the svc driver to fail and throw a kernel panic for kthread_stop
and fifo free.
Fixes: b5dc75c915cda ("firmware: stratix10-svc: extend svc to support new RSU features")
Trimming this to 12 characters SHA. I know that documentation says at
least 12, and not exactly 12, but the normal procedure is to use exactly 12.
Applied!
Thanks,
Dinh