]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/isdn/hisax/hfc_2bds0.c
cyclades: use tty_port
[linux-2.6-omap-h63xx.git] / drivers / isdn / hisax / hfc_2bds0.c
index 8d9864453a234ee060d01a3957c4420ec47b261d..5c46a7130e064520def2c4f1160826bcf81c1147 100644 (file)
@@ -1019,7 +1019,8 @@ hfc_dbusy_timer(struct IsdnCardState *cs)
 static unsigned int
 *init_send_hfcd(int cnt)
 {
-       int i, *send;
+       int i;
+       unsigned *send;
 
        if (!(send = kmalloc(cnt * sizeof(unsigned int), GFP_ATOMIC))) {
                printk(KERN_WARNING