mtd: spi-nor: cadence-quadspi: fix spelling mistake: "Couldnt't" -> "Couldn't"
There is a spelling mistake in a dev_error message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com> Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
This commit is contained in:
parent
30a2c8aa3c
commit
d678d222de
|
@ -1249,7 +1249,7 @@ static int cqspi_setup_flash(struct cqspi_st *cqspi, struct device_node *np)
|
||||||
|
|
||||||
ddata = of_device_get_match_data(dev);
|
ddata = of_device_get_match_data(dev);
|
||||||
if (!ddata) {
|
if (!ddata) {
|
||||||
dev_err(dev, "Couldnt't find driver data\n");
|
dev_err(dev, "Couldn't find driver data\n");
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
}
|
}
|
||||||
hwcaps.mask = ddata->hwcaps_mask;
|
hwcaps.mask = ddata->hwcaps_mask;
|
||||||
|
|
Loading…
Reference in New Issue