]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/pcmcia/omap_cf.c
[XFS] Remove unused argument to xfs_bmap_finish
[linux-2.6-omap-h63xx.git] / drivers / pcmcia / omap_cf.c
index 06bf7f48836ea9edcf0c1e503041a90f393e3ece..e65a6b8188f6c896d715f56b71f09b05618a7a3c 100644 (file)
@@ -220,7 +220,7 @@ static int __devinit omap_cf_probe(struct device *dev)
        if (irq < 0)
                return -EINVAL;
 
-       cf = kcalloc(1, sizeof *cf, GFP_KERNEL);
+       cf = kzalloc(sizeof *cf, GFP_KERNEL);
        if (!cf)
                return -ENOMEM;
        init_timer(&cf->timer);