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 20c8276 commit f19df6eCopy full SHA for f19df6e
drivers/gpu/drm/panfrost/panfrost_devfreq.c
@@ -96,7 +96,7 @@ static int panfrost_read_speedbin(struct device *dev)
96
* keep going without it; any other error means that we are
97
* supposed to read the bin value, but we failed doing so.
98
*/
99
- if (ret != -ENOENT) {
+ if (ret != -ENOENT && ret != -EOPNOTSUPP) {
100
DRM_DEV_ERROR(dev, "Cannot read speed-bin (%d).", ret);
101
return ret;
102
}
0 commit comments