Files
openwrt/target/linux/generic
Mantas Pucka 85eda6f61e 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:05:30 +02:00
..
2019-06-12 16:04:25 +02:00
2019-05-02 13:00:26 +02:00
2019-04-22 21:16:53 +02:00
2019-04-22 21:16:53 +02:00