Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33623
b: refs/heads/master
c: cc36e7f
h: refs/heads/master
i:
  33621: 07efa2a
  33619: 47a258d
  33615: b46e123
v: v3
  • Loading branch information
Rolf Eike Beer authored and Linus Torvalds committed Aug 27, 2006
1 parent 7392234 commit 7b125e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 641741e010b615bae417c876a21d17dbd616241f
refs/heads/master: cc36e7f124da139a819ad316c39d9dbcb5ba1897
1 change: 0 additions & 1 deletion trunk/drivers/char/tty_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -3094,7 +3094,6 @@ int tty_register_driver(struct tty_driver *driver)
driver->cdev.owner = driver->owner;
error = cdev_add(&driver->cdev, dev, driver->num);
if (error) {
cdev_del(&driver->cdev);
unregister_chrdev_region(dev, driver->num);
driver->ttys = NULL;
driver->termios = driver->termios_locked = NULL;
Expand Down

0 comments on commit 7b125e0

Please sign in to comment.