Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | kernel: mt29f_spinand: fix memory leak during page program | Mantas Pucka | 2019-06-15 |
Memory is allocated with devm_kzalloc() on every page program and leaks until device is closed (which never happens). Convert to kzalloc() and handle error paths manually. Signed-off-by: Mantas Pucka <mantas@8devices.com> |