Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54865
b: refs/heads/master
c: f2462bf
h: refs/heads/master
i:
  54863: 9b97e91
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed May 8, 2007
1 parent a6bb3f8 commit 7eac2b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f742903424aae3fc7ea7079a3618d90634c0b301
refs/heads/master: f2462bfe558559c9fbc4ef60812d5df30ccb01f6
4 changes: 2 additions & 2 deletions trunk/drivers/char/cyclades.c
Original file line number Diff line number Diff line change
Expand Up @@ -5285,8 +5285,6 @@ static void __exit cy_cleanup_module(void)
printk(KERN_ERR "failed to unregister Cyclades serial "
"driver(%d)\n", e1);

put_tty_driver(cy_serial_driver);

#ifdef CONFIG_PCI
pci_unregister_driver(&cy_pci_driver);
#endif
Expand All @@ -5310,6 +5308,8 @@ static void __exit cy_cleanup_module(void)
tty_unregister_device(cy_serial_driver, e1);
}
}

put_tty_driver(cy_serial_driver);
} /* cy_cleanup_module */

module_init(cy_init);
Expand Down

0 comments on commit 7eac2b5

Please sign in to comment.