diff options
author | Dan Williams <dan.j.williams@intel.com> | 2009-09-08 20:55:21 -0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2009-09-08 20:55:21 -0400 |
commit | bbb20089a3275a19e475dbc21320c3742e3ca423 (patch) | |
tree | 216fdc1cbef450ca688135c5b8969169482d9a48 /drivers/isdn/gigaset/interface.c | |
parent | 3e48e656903e9fd8bc805c6a2c4264d7808d315b (diff) | |
parent | 657a77fa7284d8ae28dfa48f1dc5d919bf5b2843 (diff) |
Merge branch 'dmaengine' into async-tx-next
Conflicts:
crypto/async_tx/async_xor.c
drivers/dma/ioat/dma_v2.h
drivers/dma/ioat/pci.c
drivers/md/raid5.c
Diffstat (limited to 'drivers/isdn/gigaset/interface.c')
-rw-r--r-- | drivers/isdn/gigaset/interface.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/isdn/gigaset/interface.c b/drivers/isdn/gigaset/interface.c index 820a30923fee..1ebfcab74662 100644 --- a/drivers/isdn/gigaset/interface.c +++ b/drivers/isdn/gigaset/interface.c | |||
@@ -599,8 +599,7 @@ void gigaset_if_init(struct cardstate *cs) | |||
599 | if (!IS_ERR(cs->tty_dev)) | 599 | if (!IS_ERR(cs->tty_dev)) |
600 | dev_set_drvdata(cs->tty_dev, cs); | 600 | dev_set_drvdata(cs->tty_dev, cs); |
601 | else { | 601 | else { |
602 | dev_warn(cs->dev, | 602 | pr_warning("could not register device to the tty subsystem\n"); |
603 | "could not register device to the tty subsystem\n"); | ||
604 | cs->tty_dev = NULL; | 603 | cs->tty_dev = NULL; |
605 | } | 604 | } |
606 | mutex_unlock(&cs->mutex); | 605 | mutex_unlock(&cs->mutex); |