mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
mtd: rawnand: atmel: Fix spelling mistake in error message
commite39bb78681upstream. Wrong copy/paste from the previous block, the error message should refer to #size-cells instead of #address-cells. Fixes:f88fc122cc("mtd: nand: Cleanup/rework the atmel_nand driver") Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
cabf7f90ce
commit
d76562fe5c
|
|
@ -1826,7 +1826,7 @@ static int atmel_nand_controller_add_nands(struct atmel_nand_controller *nc)
|
|||
|
||||
ret = of_property_read_u32(np, "#size-cells", &val);
|
||||
if (ret) {
|
||||
dev_err(dev, "missing #address-cells property\n");
|
||||
dev_err(dev, "missing #size-cells property\n");
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user