Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235549
b: refs/heads/master
c: 2314a0f
h: refs/heads/master
i:
  235547: 67ffa0e
v: v3
  • Loading branch information
Tobias Klauser authored and Greg Kroah-Hartman committed Feb 22, 2011
1 parent b3654ce commit 814eca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f023eab379821365bf265a0240f30c00cecaef7c
refs/heads/master: 2314a0f667352748a48753bf903f8c50fd2a756d
2 changes: 1 addition & 1 deletion trunk/drivers/tty/serial/altera_jtaguart.c
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ static int __init altera_jtaguart_console_setup(struct console *co,
if (co->index < 0 || co->index >= ALTERA_JTAGUART_MAXPORTS)
return -EINVAL;
port = &altera_jtaguart_ports[co->index].port;
if (port->membase == 0)
if (port->membase == NULL)
return -ENODEV;
return 0;
}
Expand Down

0 comments on commit 814eca6

Please sign in to comment.