Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150225
b: refs/heads/master
c: 42e3d61
h: refs/heads/master
i:
  150223: fea9eed
v: v3
  • Loading branch information
Tilman Schmidt authored and David S. Miller committed May 18, 2009
1 parent 46f0d3c commit 70ef5da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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: 528efc6a54a9e4c03488ee72988567991c9476ba
refs/heads/master: 42e3d611158faa2d372ccfb1e17bfde13935de68
3 changes: 1 addition & 2 deletions trunk/drivers/isdn/gigaset/interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -599,8 +599,7 @@ void gigaset_if_init(struct cardstate *cs)
if (!IS_ERR(cs->tty_dev))
dev_set_drvdata(cs->tty_dev, cs);
else {
dev_warn(cs->dev,
"could not register device to the tty subsystem\n");
pr_warning("could not register device to the tty subsystem\n");
cs->tty_dev = NULL;
}
mutex_unlock(&cs->mutex);
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/gigaset/proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ void gigaset_init_dev_sysfs(struct cardstate *cs)

gig_dbg(DEBUG_INIT, "setting up sysfs");
if (device_create_file(cs->tty_dev, &dev_attr_cidmode))
dev_err(cs->dev, "could not create sysfs attribute\n");
pr_err("could not create sysfs attribute\n");
}

0 comments on commit 70ef5da

Please sign in to comment.