mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
6d2f70cae4
We can't pass devm_ allocated pointers to kfree() because they will be freed again after the drive is unloaded. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>