]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit0a82a0de184772793789a36eee4d595fdcfccf74
tree406aabd158546573f5cdc76ab1cdf06b3344049a
parent9f58610a60194c70c40354a56a32d59f13d05ba7
[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