mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
UPSTREAM: firmware: arm_ffa: Remove incorrect assignment of driver_data
The ffa core driver currently assigns its own driver information to individual ffa device driver_data which is wrong. Firstly, it leaks this core driver information to individual ffa_device and hence to ffa_driver. Secondly the ffa_device driver_data is for use by individual ffa_driver and not for this core driver managing all those devices. Bug: 254441685 Link: https://lore.kernel.org/r/20220429113946.2087145-2-sudeep.holla@arm.com Fixes:d0c0bce831("firmware: arm_ffa: Setup in-kernel users of FFA partitions") Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> (cherry picked from commit00512d2930) Signed-off-by: Lee Jones <joneslee@google.com> Change-Id: Id4853e2cb6ce3856861134545bd7db9d51c97b9a
This commit is contained in:
committed by
Treehugger Robot
parent
d57c415ab0
commit
4d39f905f5
@@ -607,8 +607,6 @@ static void ffa_setup_partitions(void)
|
||||
__func__, tpbuf->id);
|
||||
continue;
|
||||
}
|
||||
|
||||
ffa_dev_set_drvdata(ffa_dev, drv_info);
|
||||
}
|
||||
kfree(pbuf);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user