MLK-16671-8 - [i.MX8QXP/Malone]: Add vpu malone decoder
authorZhou Peng-B04994 <eagle.zhou@nxp.com>
Tue, 28 Nov 2017 09:45:24 +0000 (17:45 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:55:47 +0000 (15:55 -0500)
Fix compiler warning 'unused variable'

Signed-off-by: Zhou Peng-B04994 <eagle.zhou@nxp.com>
drivers/mxc/vpu-malone/Malone_Firmware/DecKLib/Control/DecKernelLibHWIsr.c

index 246dd08..68b3338 100755 (executable)
@@ -83,7 +83,7 @@ void  mvd_kernel_hw_isr_event ( u_int32   uMaloneIdx,
 MEDIAIP_IRQ_RETCODE mvd_kernel_hw_primary_isr ( u_int32 irq_val )
 {
   u_int32        sif_irq_status[0x3] = { 0x0 };
-  u_int32        uActMaloneID, uData;
+  u_int32        uActMaloneID;
 #if ( TARGET_APP == GTB_DEC ) || ( TARGET_APP == MEDIA_DEC ) || ( TARGET_APP == VIDEO_TRANS ) || ( TARGET_APP == GTB_TRANS )
   u_int32        uIrqTarget0, uIrqTarget1;
 #endif