[media] staging/media/s5p-cec/exynos_hdmi_cecctrl.c Fixed blank line before closing...
authorScott Matheina <scott@matheina.com>
Sun, 8 Jan 2017 23:00:39 +0000 (21:00 -0200)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 30 Jan 2017 17:48:54 +0000 (15:48 -0200)
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>
drivers/staging/media/s5p-cec/exynos_hdmi_cecctrl.c

index f2b24a4..1edf667 100644 (file)
@@ -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)