Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 37722
b: refs/heads/master
c: d9964d5
h: refs/heads/master
v: v3
  • Loading branch information
Amol Lad authored and Linus Torvalds committed Oct 1, 2006
1 parent 18c441e commit 7697ee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f12ad7d59ab77591e4ab2dacd6faa9ea9afffb99
refs/heads/master: d9964d5c9067fe58fecb7ba10b2de4771d2005d9
1 change: 1 addition & 0 deletions trunk/drivers/serial/8250_gsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ serial_init_chip(struct parisc_device *dev)
err = serial8250_register_port(&port);
if (err < 0) {
printk(KERN_WARNING "serial8250_register_port returned error %d\n", err);
iounmap(port.membase);
return err;
}

Expand Down

0 comments on commit 7697ee6

Please sign in to comment.