From 6ec859d23155583fc04311aeba72ffacaaac1a3f Mon Sep 17 00:00:00 2001 From: Rui Salvaterra Date: Fri, 13 Aug 2021 00:16:29 +0100 Subject: kernel: bump 5.10 to 5.10.58 No deleted or manually refreshed patches. Signed-off-by: Rui Salvaterra --- .../generic/pending-5.10/683-of_net-add-mac-address-to-of-tree.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/generic/pending-5.10') diff --git a/target/linux/generic/pending-5.10/683-of_net-add-mac-address-to-of-tree.patch b/target/linux/generic/pending-5.10/683-of_net-add-mac-address-to-of-tree.patch index ea5883f037..02f7519f74 100644 --- a/target/linux/generic/pending-5.10/683-of_net-add-mac-address-to-of-tree.patch +++ b/target/linux/generic/pending-5.10/683-of_net-add-mac-address-to-of-tree.patch @@ -1,6 +1,6 @@ --- a/drivers/of/of_net.c +++ b/drivers/of/of_net.c -@@ -135,6 +135,26 @@ static int of_get_mac_address_mtd(struct +@@ -141,6 +141,26 @@ static int of_get_mac_address_mtd(struct return -EINVAL; } @@ -27,7 +27,7 @@ /** * Search the device tree for the best MAC address to use. 'mac-address' is -@@ -210,6 +230,7 @@ found: +@@ -216,6 +236,7 @@ found: if (!of_property_read_u32(np, "mac-address-increment", &mac_inc)) addr[inc_idx] += mac_inc; -- cgit v1.2.3