X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fbackport-6.1%2F790-v6.4-0008-net-dsa-mt7530-introduce-mt7530_probe_common-helper-.patch;h=dc4fcb6aa11fdcdc91976ecf701639c80df099f4;hb=d1ac7230d09c2192925906948e3970214513421d;hp=89f39a93852dfe76ce06f3ce506901c5081b3938;hpb=1db566b6928447ff4c4f86ad1be7e0a6d5a58d16;p=openwrt%2Fopenwrt.git diff --git a/target/linux/generic/backport-6.1/790-v6.4-0008-net-dsa-mt7530-introduce-mt7530_probe_common-helper-.patch b/target/linux/generic/backport-6.1/790-v6.4-0008-net-dsa-mt7530-introduce-mt7530_probe_common-helper-.patch index 89f39a9385..dc4fcb6aa1 100644 --- a/target/linux/generic/backport-6.1/790-v6.4-0008-net-dsa-mt7530-introduce-mt7530_probe_common-helper-.patch +++ b/target/linux/generic/backport-6.1/790-v6.4-0008-net-dsa-mt7530-introduce-mt7530_probe_common-helper-.patch @@ -17,7 +17,7 @@ Signed-off-by: David S. Miller --- a/drivers/net/dsa/mt7530.c +++ b/drivers/net/dsa/mt7530.c -@@ -3173,44 +3173,21 @@ static const struct of_device_id mt7530_ +@@ -3177,44 +3177,21 @@ static const struct of_device_id mt7530_ MODULE_DEVICE_TABLE(of, mt7530_of_match); static int @@ -67,7 +67,7 @@ Signed-off-by: David S. Miller if (!priv->info) return -EINVAL; -@@ -3224,23 +3201,53 @@ mt7530_probe(struct mdio_device *mdiodev +@@ -3228,23 +3205,53 @@ mt7530_probe(struct mdio_device *mdiodev return -EINVAL; priv->id = priv->info->id; @@ -131,7 +131,7 @@ Signed-off-by: David S. Miller priv->reset = devm_gpiod_get_optional(&mdiodev->dev, "reset", GPIOD_OUT_LOW); if (IS_ERR(priv->reset)) { -@@ -3249,12 +3256,15 @@ mt7530_probe(struct mdio_device *mdiodev +@@ -3253,12 +3260,15 @@ mt7530_probe(struct mdio_device *mdiodev } }