Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d678d222 authored by Colin Ian King's avatar Colin Ian King Committed by Boris Brezillon
Browse files

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: default avatarColin Ian King <colin.king@canonical.com>
Reviewed-by: default avatarTudor Ambarus <tudor.ambarus@microchip.com>
Signed-off-by: default avatarBoris Brezillon <boris.brezillon@collabora.com>
parent 30a2c8aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1249,7 +1249,7 @@ static int cqspi_setup_flash(struct cqspi_st *cqspi, struct device_node *np)

	ddata = of_device_get_match_data(dev);
	if (!ddata) {
		dev_err(dev, "Couldnt't find driver data\n");
		dev_err(dev, "Couldn't find driver data\n");
		return -EINVAL;
	}
	hwcaps.mask = ddata->hwcaps_mask;