Created
March 15, 2021 19:56
-
-
Save Ansuel/b5d8400f0c9f5371af09bad01621409b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/drivers/net/dsa/qca8k.c | |
+++ b/drivers/net/dsa/qca8k.c | |
@@ -1600,7 +1600,8 @@ qca8k_sw_probe(struct mdio_device *mdiodev) | |
id >>= QCA8K_MASK_CTRL_ID_S; | |
id &= QCA8K_MASK_CTRL_ID_M; | |
if (id != data->id) | |
- return -ENODEV; | |
+ pr_info("DETECTED SWITCH ID %d EXPECTED %d", id, data->id); | |
+ // return -ENODEV; | |
priv->ds = devm_kzalloc(&mdiodev->dev, sizeof(*priv->ds), GFP_KERNEL); | |
if (!priv->ds) |
Ankit844996
Hack
Hbi
Hack
100000
.
.
100000
<script src="https://gist.github.com/Ansuel/b5d8400f0c9f5371af09bad01621409b.js"></script>
Hek
Ha
रवि, 22 सित॰ 2024, 12:30 pm को 4118826 ***@***.***> ने लिखा:
… ***@***.**** commented on this gist.
------------------------------
Hek
—
Reply to this email directly, view it on GitHub
<https://gist.github.com/Ansuel/b5d8400f0c9f5371af09bad01621409b#gistcomment-5200410>
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BKORDWFTRBGFRQIX5MON6N3ZXZTIJBFKMF2HI4TJMJ2XIZLTSKBKK5TBNR2WLJDUOJ2WLJDOMFWWLO3UNBZGKYLEL5YGC4TUNFRWS4DBNZ2F6YLDORUXM2LUPGBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DFVRZXKYTKMVRXIX3UPFYGLK2HNFZXIQ3PNVWWK3TUUZ2G64DJMNZZDAVEOR4XAZNEM5UXG5FFOZQWY5LFVEYTAOBUGY3TQMZTU52HE2LHM5SXFJTDOJSWC5DF>
.
You are receiving this email because you commented on the thread.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
.
180
20240923300188
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Manu@123