]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/i2c/chips/isp1301_omap.c
Merge with ../linux-2.6
[linux-2.6-omap-h63xx.git] / drivers / i2c / chips / isp1301_omap.c
index 29eece79de0a5d1c8eb40ac62bc44c7bae7c3b45..0b48fc92c5a491f50735c69e3b9302e296ad19c6 100644 (file)
@@ -1514,7 +1514,7 @@ static int isp1301_probe(struct i2c_adapter *bus, int address, int kind)
        if (the_transceiver)
                return 0;
 
-       isp = kcalloc(1, sizeof *isp, GFP_KERNEL);
+       isp = kzalloc(sizeof *isp, GFP_KERNEL);
        if (!isp)
                return 0;