diff options
Diffstat (limited to 'drivers/gpu/pvr/omap4/sysutils_linux.c')
| -rw-r--r-- | drivers/gpu/pvr/omap4/sysutils_linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/pvr/omap4/sysutils_linux.c b/drivers/gpu/pvr/omap4/sysutils_linux.c index eebeb4c3e22..c9d47299118 100644 --- a/drivers/gpu/pvr/omap4/sysutils_linux.c +++ b/drivers/gpu/pvr/omap4/sysutils_linux.c | |||
| @@ -199,7 +199,7 @@ IMG_VOID DisableSGXClocks(SYS_DATA *psSysData) | |||
| 199 | 199 | ||
| 200 | #if defined(LDM_PLATFORM) && !defined(PVR_DRI_DRM_NOT_PCI) | 200 | #if defined(LDM_PLATFORM) && !defined(PVR_DRI_DRM_NOT_PCI) |
| 201 | { | 201 | { |
| 202 | int res = pm_runtime_put_sync(&gpsPVRLDMDev->dev); | 202 | int res = 0; // !!! pm_runtime_put_sync(&gpsPVRLDMDev->dev); |
| 203 | if (res < 0) | 203 | if (res < 0) |
| 204 | { | 204 | { |
| 205 | PVR_DPF((PVR_DBG_ERROR, "DisableSGXClocks: pm_runtime_put_sync failed (%d)", -res)); | 205 | PVR_DPF((PVR_DBG_ERROR, "DisableSGXClocks: pm_runtime_put_sync failed (%d)", -res)); |
