summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Matheina <scott@matheina.com>2017-01-08 21:00:39 -0200
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-01-30 15:48:54 -0200
commita052af2a548decf1da5cccf9e777aa02321e3ffb (patch)
treec6ee42ff83afd7524892104a6b8631781ed4dd6f
parent7f01be234a2d9b627ff123a128f8c811789620e0 (diff)
downloadop-kernel-dev-a052af2a548decf1da5cccf9e777aa02321e3ffb.zip
op-kernel-dev-a052af2a548decf1da5cccf9e777aa02321e3ffb.tar.gz
[media] staging/media/s5p-cec/exynos_hdmi_cecctrl.c Fixed blank line before closing brace '}'
Fixed checkpatch check blank line before closing brace '}' Signed-off-by: Scott Matheina <scott@matheina.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
-rw-r--r--drivers/staging/media/s5p-cec/exynos_hdmi_cecctrl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/media/s5p-cec/exynos_hdmi_cecctrl.c b/drivers/staging/media/s5p-cec/exynos_hdmi_cecctrl.c
index f2b24a4..1edf667 100644
--- a/drivers/staging/media/s5p-cec/exynos_hdmi_cecctrl.c
+++ b/drivers/staging/media/s5p-cec/exynos_hdmi_cecctrl.c
@@ -87,7 +87,6 @@ void s5p_cec_mask_tx_interrupts(struct s5p_cec_dev *cec)
reg |= S5P_CEC_IRQ_TX_DONE;
reg |= S5P_CEC_IRQ_TX_ERROR;
writeb(reg, cec->reg + S5P_CEC_IRQ_MASK);
-
}
void s5p_cec_unmask_tx_interrupts(struct s5p_cec_dev *cec)
OpenPOWER on IntegriCloud