提交 26fc5d01 编写于 作者: A Aybuke Ozdemir 提交者: Greg Kroah-Hartman

Staging: olpc_dcon: Remove multiple blank lines

Remove multiple blank lines. Problem found using checkpatch.pl
CHECK: Please don't use multiple blank lines.
Signed-off-by: NAybuke Ozdemir <aybuke.147@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 2f31c4b4
...@@ -100,7 +100,6 @@ static int dcon_hw_init(struct dcon_priv *dcon, int is_init) ...@@ -100,7 +100,6 @@ static int dcon_hw_init(struct dcon_priv *dcon, int is_init)
} }
dcon_write(dcon, DCON_REG_MODE, dcon->disp_mode); dcon_write(dcon, DCON_REG_MODE, dcon->disp_mode);
/* Set the scanline to interrupt on during resume */ /* Set the scanline to interrupt on during resume */
dcon_write(dcon, DCON_REG_SCAN_INT, resumeline); dcon_write(dcon, DCON_REG_SCAN_INT, resumeline);
...@@ -723,7 +722,6 @@ static int dcon_resume(struct device *dev) ...@@ -723,7 +722,6 @@ static int dcon_resume(struct device *dev)
#endif /* CONFIG_PM */ #endif /* CONFIG_PM */
irqreturn_t dcon_interrupt(int irq, void *id) irqreturn_t dcon_interrupt(int irq, void *id)
{ {
struct dcon_priv *dcon = id; struct dcon_priv *dcon = id;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册