Message ID | 20230719101339.18256-1-aboutphysycs@gmail.com |
---|---|
State | New |
Headers | show |
Series | gpio: loongson1 :remove unneeded platform_set_drvdata()call | expand |
diff --git a/drivers/gpio/gpio-loongson1.c b/drivers/gpio/gpio-loongson1.c index 6ca3b969db4d..2a57ffa0548b 100644 --- a/drivers/gpio/gpio-loongson1.c +++ b/drivers/gpio/gpio-loongson1.c @@ -78,8 +78,6 @@ static int ls1x_gpio_probe(struct platform_device *pdev) if (ret) goto err; - platform_set_drvdata(pdev, ls1x_gc); - dev_info(dev, "GPIO controller registered with %d pins\n", ls1x_gc->gc.ngpio);