diff options
Diffstat (limited to 'drivers/tty/serial/sh-sci.c')
-rw-r--r-- | drivers/tty/serial/sh-sci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/sh-sci.c b/drivers/tty/serial/sh-sci.c index d0a56235c50e..2ec57b2fb278 100644 --- a/drivers/tty/serial/sh-sci.c +++ b/drivers/tty/serial/sh-sci.c | |||
@@ -1889,7 +1889,7 @@ static int __devinit sci_init_single(struct platform_device *dev, | |||
1889 | 1889 | ||
1890 | if (p->regtype == SCIx_PROBE_REGTYPE) { | 1890 | if (p->regtype == SCIx_PROBE_REGTYPE) { |
1891 | ret = sci_probe_regmap(p); | 1891 | ret = sci_probe_regmap(p); |
1892 | if (unlikely(!ret)) | 1892 | if (unlikely(ret)) |
1893 | return ret; | 1893 | return ret; |
1894 | } | 1894 | } |
1895 | 1895 | ||