Commit 8fc6726d authored by Olof Johansson's avatar Olof Johansson
Browse files

Merge tag 'sunxi-drivers-for-5.10-1' of...

Merge tag 'sunxi-drivers-for-5.10-1' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/drivers

One small style fix for the Allwinner SRAM driver

* tag 'sunxi-drivers-for-5.10-1' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux:
  soc: sunxi: sram: remove unneeded semicolon

Link: https://lore.kernel.org/r/175d36ad-bc98-4d5d-b035-ce467e932248.lettre@localhost


Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents aa78dd16 1893a2d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -194,7 +194,7 @@ static const struct sunxi_sram_data *sunxi_sram_of_parse(struct device_node *nod
	if (!data) {
		ret = -EINVAL;
		goto err;
	};
	}

	for (func = data->func; func->func; func++) {
		if (val == func->val) {