summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/host/nvhost_channel.c
diff options
context:
space:
mode:
authorNitin Kumbhar <nkumbhar@nvidia.com>2010-12-10 10:01:59 +0530
committerNitin Kumbhar <nkumbhar@nvidia.com>2010-12-10 10:01:59 +0530
commit7adb08046b793f52749e2c54be2f7434196c32cf (patch)
tree300e8e2e5270708d1b23a438bba9844bacb58d54 /drivers/video/tegra/host/nvhost_channel.c
parent845c6e1d456c92e32ad79176d418c0d2592998d4 (diff)
parent42907f1736fe39cdf39b5f583fcd6b9e4e257b18 (diff)
merging android-tegra-2.6.36 into git-master/linux-2.6/android-tegra-2.6.36
Change-Id: I1312ec33ba8bac38dc395d7d1a2f485b13d74c14
Diffstat (limited to 'drivers/video/tegra/host/nvhost_channel.c')
-rw-r--r--drivers/video/tegra/host/nvhost_channel.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/video/tegra/host/nvhost_channel.c b/drivers/video/tegra/host/nvhost_channel.c
index e7bbcc50043c..949e67ffb653 100644
--- a/drivers/video/tegra/host/nvhost_channel.c
+++ b/drivers/video/tegra/host/nvhost_channel.c
@@ -231,12 +231,12 @@ static void power_3d(struct nvhost_module *mod, enum nvhost_power_action action)
NVSYNCPT_3D, syncval);
nvhost_intr_add_action(&ch->dev->intr, NVSYNCPT_3D,
- syncval,
- NVHOST_INTR_ACTION_WAKEUP,
- &wq, &ref);
+ syncval,
+ NVHOST_INTR_ACTION_WAKEUP,
+ &wq, &ref);
wait_event(wq,
- nvhost_syncpt_min_cmp(&ch->dev->syncpt,
- NVSYNCPT_3D, syncval));
+ nvhost_syncpt_min_cmp(&ch->dev->syncpt,
+ NVSYNCPT_3D, syncval));
nvhost_intr_put_ref(&ch->dev->intr, ref);
nvhost_cdma_update(&ch->cdma);
}