[media] altera-ci.c: fix compiler warnings
authorHans Verkuil <hverkuil@xs4all.nl>
Sun, 6 Mar 2011 12:27:44 +0000 (09:27 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 22 Mar 2011 07:54:00 +0000 (04:54 -0300)
commit3920d6b34d7f6d4e81773b6bbd93d53c167b048f
tree406aabd158546573f5cdc76ab1cdf06b3344049a
parentfb661a78699ad34c385a014fe0d17226234f8496
[media] altera-ci.c: fix compiler warnings

drivers/media/video/cx23885/altera-ci.c: In function 'altera_hw_filt_init':
drivers/media/video/cx23885/altera-ci.c:671:2: warning: cast from pointer to integer of different size
drivers/media/video/cx23885/altera-ci.c: In function 'altera_ci_init':
drivers/media/video/cx23885/altera-ci.c:739:2: warning: cast from pointer to integer of different size

Use %p instead of 0x%x to print addresses.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx23885/altera-ci.c