mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
media: imx-jpeg: Fix incorrect indentation
Variable initialization code in notify_src_chg() is incorrectly indented. Fix it. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
parent
a1e259872f
commit
a8ca0cf1ff
@ -497,10 +497,9 @@ static void notify_eos(struct mxc_jpeg_ctx *ctx)
|
||||
static void notify_src_chg(struct mxc_jpeg_ctx *ctx)
|
||||
{
|
||||
const struct v4l2_event ev = {
|
||||
.type = V4L2_EVENT_SOURCE_CHANGE,
|
||||
.u.src_change.changes =
|
||||
V4L2_EVENT_SRC_CH_RESOLUTION,
|
||||
};
|
||||
.type = V4L2_EVENT_SOURCE_CHANGE,
|
||||
.u.src_change.changes = V4L2_EVENT_SRC_CH_RESOLUTION,
|
||||
};
|
||||
|
||||
dev_dbg(ctx->mxc_jpeg->dev, "Notify app event SRC_CH_RESOLUTION");
|
||||
v4l2_event_queue_fh(&ctx->fh, &ev);
|
||||
|
Loading…
Reference in New Issue
Block a user