Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142646
b: refs/heads/master
c: f786ddd
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Apr 7, 2009
1 parent 443f801 commit b86fbb4
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7bfac9ecf0585962fe13584f5cf526d8c8e76f17
refs/heads/master: f786ddd285b4100909a013041d3eee1be9fac4db
3 changes: 2 additions & 1 deletion trunk/include/linux/tty_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,8 @@ extern void tty_set_operations(struct tty_driver *driver,
extern struct tty_driver *tty_find_polling_driver(char *name, int *line);

extern void tty_driver_kref_put(struct tty_driver *driver);
extern inline struct tty_driver *tty_driver_kref_get(struct tty_driver *d)

static inline struct tty_driver *tty_driver_kref_get(struct tty_driver *d)
{
kref_get(&d->kref);
return d;
Expand Down

0 comments on commit b86fbb4

Please sign in to comment.