Skip to content

Commit 8fc6726

Browse files
committed
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: Olof Johansson <olof@lixom.net>
2 parents aa78dd1 + 1893a2d commit 8fc6726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/soc/sunxi/sunxi_sram.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ static const struct sunxi_sram_data *sunxi_sram_of_parse(struct device_node *nod
194194
if (!data) {
195195
ret = -EINVAL;
196196
goto err;
197-
};
197+
}
198198

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

0 commit comments

Comments
 (0)