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

Commit f9b97fe6 authored by Brian Norris's avatar Brian Norris
Browse files

Merge MTD 4.3-rc1 updates into -next

parents 7eadd47f 2ff46e6f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1219,7 +1219,7 @@ static const struct flash_info *spi_nor_match_id(const char *name)
{
	const struct flash_info *id = spi_nor_ids;

	while (id->name[0]) {
	while (id->name) {
		if (!strcmp(name, id->name))
			return id;
		id++;