summaryrefslogtreecommitdiff
path: root/drivers/media
diff options
context:
space:
mode:
authorHiroshi DOYU <hdoyu@nvidia.com>2012-02-21 15:32:50 +0200
committerSimone Willett <swillett@nvidia.com>2012-02-23 20:58:35 -0800
commit5f945dc9792d30adf049216cfc5fbd1fb913a9f0 (patch)
tree7790987a648ec188b3c21955c5d7b308def3d450 /drivers/media
parentbe463544ff41a066884412916a72e8e175e8d5b6 (diff)
media: video: tegra: nvavp: Fix build warning
Use correct type. Change-Id: Ic08214f97d721311dde07ac35664bc3b766ba131 Signed-off-by: Hiroshi DOYU <hdoyu@nvidia.com> Reviewed-on: http://git-master/r/84948 Reviewed-by: Scott Williams <scwilliams@nvidia.com> Reviewed-by: Jon Mayo <jmayo@nvidia.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/tegra/nvavp/nvavp_dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tegra/nvavp/nvavp_dev.c b/drivers/media/video/tegra/nvavp/nvavp_dev.c
index 341efdfc5256..0490bfcc5855 100644
--- a/drivers/media/video/tegra/nvavp/nvavp_dev.c
+++ b/drivers/media/video/tegra/nvavp/nvavp_dev.c
@@ -814,7 +814,7 @@ static int nvavp_set_clock_ioctl(struct file *filp, unsigned int cmd,
if (copy_from_user(&config, (void __user *)arg, sizeof(struct nvavp_clock_args)))
return -EFAULT;
- dev_dbg(&nvavp->nvhost_dev->dev, "%s: clk_id=%d, clk_rate=%lu\n",
+ dev_dbg(&nvavp->nvhost_dev->dev, "%s: clk_id=%d, clk_rate=%u\n",
__func__, config.id, config.rate);
if (config.id == NVAVP_MODULE_ID_AVP)