mirror of https://gitee.com/openkylin/linux.git
staging: media: omap4iss: Fixes missing blank line warning.
Fixes "Missing a blank line after declarations" checkpatch.pl warning in iss_csi2.c Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com> Acked-by: Daniel Baluta <daniel.baluta@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
75c49d40c3
commit
9d374b2c7a
|
@ -421,6 +421,7 @@ static void csi2_irq_ctx_set(struct iss_csi2_device *csi2, int enable)
|
|||
static void csi2_irq_complexio1_set(struct iss_csi2_device *csi2, int enable)
|
||||
{
|
||||
u32 reg;
|
||||
|
||||
reg = CSI2_COMPLEXIO_IRQ_STATEALLULPMEXIT |
|
||||
CSI2_COMPLEXIO_IRQ_STATEALLULPMENTER |
|
||||
CSI2_COMPLEXIO_IRQ_STATEULPM5 |
|
||||
|
@ -464,6 +465,7 @@ static void csi2_irq_complexio1_set(struct iss_csi2_device *csi2, int enable)
|
|||
static void csi2_irq_status_set(struct iss_csi2_device *csi2, int enable)
|
||||
{
|
||||
u32 reg;
|
||||
|
||||
reg = CSI2_IRQ_OCP_ERR |
|
||||
CSI2_IRQ_SHORT_PACKET |
|
||||
CSI2_IRQ_ECC_CORRECTION |
|
||||
|
|
Loading…
Reference in New Issue