fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / drivers / net / wan / hostess_sv11.c
index a4f7357..a02c5fb 100644 (file)
@@ -231,7 +231,7 @@ static struct sv11_device *sv11_init(int iobase, int irq)
                return NULL;
        }
        
-       sv=(struct sv11_device *)kmalloc(sizeof(struct sv11_device), GFP_KERNEL);
+       sv = kmalloc(sizeof(struct sv11_device), GFP_KERNEL);
        if(!sv)
                goto fail3;