Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into sh-latest
Conflicts: drivers/tty/serial/sh-sci.c Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
@@ -1903,7 +1903,7 @@ static int __devinit sci_init_single(struct platform_device *dev,
|
||||
|
||||
if (p->regtype == SCIx_PROBE_REGTYPE) {
|
||||
ret = sci_probe_regmap(p);
|
||||
if (unlikely(ret != 0))
|
||||
if (unlikely(ret))
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user