1
0
Fork 0

LF-521: mxc: hantro: [All]arch64 kernel default build using imx_v8_defconfig has many Warnings.100%

Add 'break' statement to fix 'implicit-fallthrough' compiler warning

Signed-off-by: Zhou Peng <eagle.zhou@nxp.com>
Reviewed-by: Shijie Qin <shijie.qin@nxp.com>
5.4-rM2-2.2.x-imx-squashed
Zhou Peng 2019-12-19 17:33:00 +08:00
parent 0aebb6ecf4
commit 446ffbee0e
1 changed files with 1 additions and 0 deletions

View File

@ -1245,6 +1245,7 @@ static long hantrodec_ioctl(struct file *filp, unsigned int cmd, unsigned long a
PDEBUG("hantrodec: pp_core[%li] %s\n",
tmp, pp_owner[tmp] == NULL ? "FREE" : "RESERVED");
}
break;
}
default:
return -ENOTTY;