]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
media: nxp: imx-jpeg: use goto instead of return
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Fri, 6 Oct 2023 10:08:46 +0000 (12:08 +0200)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Fri, 13 Oct 2023 09:33:22 +0000 (11:33 +0200)
commitada092e80c1031208df7366c7d3798d1e7d1904a
tree21e899a7c2c8ae693a839f78e9d087019d021411
parentf31b2cb85f0ee165d78e1c43f6d69f82cc3b2145
media: nxp: imx-jpeg: use goto instead of return

For consistency use goto instead of return.

This fixes a smatch warning:

drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c:2792 mxc_jpeg_probe() warn: missing unwind goto?

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
drivers/media/platform/nxp/imx-jpeg/mxc-jpeg.c