[PATCH] getting rid of all casts of k[cmz]alloc() calls
[deliverable/linux.git] / sound / oss / cs4232.c
index b6924c7f1484f5c6c01f1684d3654dec21f7f0fe..de40e21bf2798c6d248de7f8dbf6d0fc643cf0ab 100644 (file)
@@ -408,7 +408,7 @@ static int __init cs4232_pnp_probe(struct pnp_dev *dev, const struct pnp_device_
 {
        struct address_info *isapnpcfg;
 
-       isapnpcfg=(struct address_info*)kmalloc(sizeof(*isapnpcfg),GFP_KERNEL);
+       isapnpcfg = kmalloc(sizeof(*isapnpcfg),GFP_KERNEL);
        if (!isapnpcfg)
                return -ENOMEM;
 
This page took 0.025017 seconds and 5 git commands to generate.