aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hisax/hfc_sx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isdn/hisax/hfc_sx.c')
-rw-r--r--drivers/isdn/hisax/hfc_sx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hisax/hfc_sx.c b/drivers/isdn/hisax/hfc_sx.c
index 90f34ae2b80f..dc4574f735ef 100644
--- a/drivers/isdn/hisax/hfc_sx.c
+++ b/drivers/isdn/hisax/hfc_sx.c
@@ -1479,7 +1479,7 @@ int setup_hfcsx(struct IsdnCard *card)
1479 release_region(cs->hw.hfcsx.base, 2); 1479 release_region(cs->hw.hfcsx.base, 2);
1480 return (0); 1480 return (0);
1481 } 1481 }
1482 if (!(cs->hw.hfcsx.extra = (void *) 1482 if (!(cs->hw.hfcsx.extra =
1483 kmalloc(sizeof(struct hfcsx_extra), GFP_ATOMIC))) { 1483 kmalloc(sizeof(struct hfcsx_extra), GFP_ATOMIC))) {
1484 release_region(cs->hw.hfcsx.base, 2); 1484 release_region(cs->hw.hfcsx.base, 2);
1485 printk(KERN_WARNING "HFC-SX: unable to allocate memory\n"); 1485 printk(KERN_WARNING "HFC-SX: unable to allocate memory\n");