Mantas Pucka 7193067edb kernel: mt29f_spinand: fix memory leak during page program
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>
2019-06-15 19:55:32 +02:00
..
2019-06-12 15:04:09 +02:00
2019-06-12 15:04:09 +02:00
2019-06-05 12:12:59 +02:00
2019-06-12 15:04:09 +02:00
2019-05-11 17:15:41 +02:00