[media] cpia2: Fix some gcc 4.6 warnings when debug is disabled
authorMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 11 Mar 2011 20:00:01 +0000 (17:00 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 22 Mar 2011 07:54:06 +0000 (04:54 -0300)
commit1039752353f1308bcd594a79196f60a22d45975d
treedb8a95d611f605f8446b91015fe2de881c2f76f5
parent972d724caf8b6c461b585c800d6460a12c098a5e
[media] cpia2: Fix some gcc 4.6 warnings when debug is disabled

cpia2_core.c:529:14: warning: variable 'dir' set but not used [-Wunused-but-set-variable]
cpia2_core.c:526:5: warning: variable 'block_index' set but not used [-Wunused-but-set-variable]

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cpia2/cpia2_core.c