Commit ad46e1a8 authored by Robert Foss's avatar Robert Foss Committed by Mauro Carvalho Chehab

media: camss: Fix vfe_isr comment typo

Comment refers to ISPIF, but this is incorrect. Only
the VFE interrupts are handled by this function.
Signed-off-by: default avatarRobert Foss <robert.foss@linaro.org>
Reviewed-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent d8bdc3e4
......@@ -922,7 +922,7 @@ static void vfe_violation_read(struct vfe_device *vfe)
}
/*
* vfe_isr - ISPIF module interrupt handler
* vfe_isr - VFE module interrupt handler
* @irq: Interrupt line
* @dev: VFE device
*
......
......@@ -1055,7 +1055,7 @@ static void vfe_violation_read(struct vfe_device *vfe)
}
/*
* vfe_isr - ISPIF module interrupt handler
* vfe_isr - VFE module interrupt handler
* @irq: Interrupt line
* @dev: VFE device
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment