Martin Blumenstingl <martin.blumensti...@googlemail.com> writes: > kzalloc() can return NULL if memory could not be allocated. Check the > return value of the kzalloc() call in meson_nfc_read_buf() to make it > consistent with other memory allocations within the meson_nand driver. > > Fixes: 8fae856c53500a ("mtd: rawnand: meson: add support for Amlogic NAND > flash controller") > Signed-off-by: Martin Blumenstingl <martin.blumensti...@googlemail.com> > Acked-by: Liang Yang <liang.y...@amlogic.com>
Reviewed-by: Kevin Hilman <khil...@baylibre.com>