提交 00d6025e 编写于 作者: N Nobuhiro Iwamatsu 提交者: Paul Mundt

sh: Fix mistake of the member variable of plat_sci_port for SH7343

The current code was going to initialize irq of plat_sci_port.
Not irq, irqs is right.
Signed-off-by: NNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 fd37e75e
......@@ -56,7 +56,7 @@ static struct plat_sci_port scif2_platform_data = {
.scscr = SCSCR_RE | SCSCR_TE | SCSCR_CKE1,
.scbrr_algo_id = SCBRR_ALGO_2,
.type = PORT_SCIF,
.irq = SCIx_IRQ_MUXED(evt2irq(0xC40)),
.irqs = SCIx_IRQ_MUXED(evt2irq(0xC40)),
};
static struct platform_device scif2_device = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册