diff options
author | Krzysztof Kozlowski <[email protected]> | 2022-04-19 13:34:33 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2022-04-22 17:13:54 +0200 |
commit | 0f4b20ef41696a625e43587563d538bb4dd60d9c (patch) | |
tree | 9df0a16628652f34dbd18a539b49a6c30b3a394c /drivers/base/firmware_loader/main.c | |
parent | fb4ac6f18be1a6ac0dfdb25adfcf26462c6e2ac0 (diff) |
slimbus: qcom-ngd: Fix kfree() of static memory on setting driver_override
The driver_override field from platform driver should not be initialized
from static memory (string literal) because the core later kfree() it,
for example when driver_override is set via sysfs.
Use dedicated helper to set driver_override properly.
Fixes: 917809e2280b ("slimbus: ngd: Add qcom SLIMBus NGD driver")
Reviewed-by: Srinivas Kandagatla <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/base/firmware_loader/main.c')
0 files changed, 0 insertions, 0 deletions