You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- a/drivers/pinctrl/pinctrl-falcon.c
|
|
+++ b/drivers/pinctrl/pinctrl-falcon.c
|
|
@@ -398,6 +398,9 @@ static int pinctrl_falcon_probe(struct p
|
|
u32 avail;
|
|
int pins;
|
|
|
|
+ if (!of_device_is_available(np))
|
|
+ continue;
|
|
+
|
|
if (!ppdev) {
|
|
dev_err(&pdev->dev, "failed to find pad pdev\n");
|
|
continue;
|
|
|