Skip to content
Snippets Groups Projects
Commit cc4454fc authored by Jason Liu's avatar Jason Liu Committed by Leonard Crestez
Browse files

MLK-16688 driver: media: mxc_jpeg: Remove the unused function to kill the build warnnings


The patch fixes the following build warnnings by removing unused function:

drivers/media/platform/imx8/mxc-jpeg.c:228:13: warning: ‘print_output’ defined
but not used [-Wunused-function]
 static void print_output(void *addr)
             ^~~~~~~~~~~~

This patch also does the minor clean up by removing some commented-out code

Signed-off-by: default avatarJason Liu <jason.hui.liu@nxp.com>
Acked-by: default avatarFugang Duan <fugang.duan@nxp.com>
parent 9b398e09
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment