Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299116
b: refs/heads/master
c: ef37ea3
h: refs/heads/master
v: v3
  • Loading branch information
Tilman Schmidt authored and Greg Kroah-Hartman committed Apr 9, 2012
1 parent 8cecf73 commit a0d27d0
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: 388bc26226807fbcf4c626b81bb17a2e74aa4b1b
refs/heads/master: ef37ea34cac19ef46173b26ee47a102f3b987d1e
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/gigaset/interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ static void if_close(struct tty_struct *tty, struct file *filp)
struct cardstate *cs = tty->driver_data;

if (!cs) { /* happens if we didn't find cs in open */
printk(KERN_DEBUG "%s: no cardstate\n", __func__);
gig_dbg(DEBUG_IF, "%s: no cardstate", __func__);
return;
}

Expand Down

0 comments on commit a0d27d0

Please sign in to comment.