Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348439
b: refs/heads/master
c: 28998af
h: refs/heads/master
i:
  348437: 497906e
  348435: 249c42c
  348431: 077694c
v: v3
  • Loading branch information
Prathyush K authored and Inki Dae committed Jan 7, 2013
1 parent 35466ae commit a7ba161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5cbd419cc533a821448fa47fc16f50990eef296f
refs/heads/master: 28998afa1380a4ba7ad2d5e9a2ab76a15417b8b1
2 changes: 1 addition & 1 deletion trunk/drivers/gpu/drm/exynos/exynos_drm_fimd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ static int fimd_resume(struct device *dev)
* of pm runtime would still be 1 so in this case, fimd driver
* should be on directly not drawing on pm runtime interface.
*/
if (pm_runtime_suspended(dev)) {
if (!pm_runtime_suspended(dev)) {
int ret;

ret = fimd_activate(ctx, true);
Expand Down

0 comments on commit a7ba161

Please sign in to comment.