We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6174c0 commit 6414b79Copy full SHA for 6414b79
drivers/interconnect/imx/imx.c
@@ -96,7 +96,7 @@ static int imx_icc_node_init_qos(struct icc_provider *provider,
96
return -ENODEV;
97
}
98
/* Allow scaling to be disabled on a per-node basis */
99
- if (!dn || !of_device_is_available(dn)) {
+ if (!of_device_is_available(dn)) {
100
dev_warn(dev, "Missing property %s, skip scaling %s\n",
101
adj->phandle_name, node->name);
102
of_node_put(dn);
0 commit comments