Merge v5.16-rc5 into drm-next
[sfrench/cifs-2.6.git] / drivers / gpu / drm / aspeed / aspeed_gfx_drv.c
index b53fee6f1c170a83a0a95c9bc9f9b500ca269363..65f172807a0d5767fd628e48a552ec04734d808a 100644 (file)
@@ -291,7 +291,7 @@ vga_pw_show(struct device *dev, struct device_attribute *attr, char *buf)
        if (rc)
                return rc;
 
-       return sprintf(buf, "%u\n", reg & 1);
+       return sprintf(buf, "%u\n", reg);
 }
 static DEVICE_ATTR_RO(vga_pw);