aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/gigaset/bas-gigaset.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isdn/gigaset/bas-gigaset.c')
-rw-r--r--drivers/isdn/gigaset/bas-gigaset.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/isdn/gigaset/bas-gigaset.c b/drivers/isdn/gigaset/bas-gigaset.c
index 178942a2ee61..8a3c5cfc4fea 100644
--- a/drivers/isdn/gigaset/bas-gigaset.c
+++ b/drivers/isdn/gigaset/bas-gigaset.c
@@ -2318,7 +2318,7 @@ static int gigaset_probe(struct usb_interface *interface,
2318 __func__, le16_to_cpu(udev->descriptor.idVendor), 2318 __func__, le16_to_cpu(udev->descriptor.idVendor),
2319 le16_to_cpu(udev->descriptor.idProduct)); 2319 le16_to_cpu(udev->descriptor.idProduct));
2320 2320
2321 /* allocate memory for our device state and intialize it */ 2321 /* allocate memory for our device state and initialize it */
2322 cs = gigaset_initcs(driver, BAS_CHANNELS, 0, 0, cidmode, 2322 cs = gigaset_initcs(driver, BAS_CHANNELS, 0, 0, cidmode,
2323 GIGASET_MODULENAME); 2323 GIGASET_MODULENAME);
2324 if (!cs) 2324 if (!cs)
@@ -2576,7 +2576,7 @@ static int __init bas_gigaset_init(void)
2576{ 2576{
2577 int result; 2577 int result;
2578 2578
2579 /* allocate memory for our driver state and intialize it */ 2579 /* allocate memory for our driver state and initialize it */
2580 driver = gigaset_initdriver(GIGASET_MINOR, GIGASET_MINORS, 2580 driver = gigaset_initdriver(GIGASET_MINOR, GIGASET_MINORS,
2581 GIGASET_MODULENAME, GIGASET_DEVNAME, 2581 GIGASET_MODULENAME, GIGASET_DEVNAME,
2582 &gigops, THIS_MODULE); 2582 &gigops, THIS_MODULE);