Merge with ../linux-2.6
[pandora-kernel.git] / drivers / i2c / chips / isp1301_omap.c
index 29eece7..0b48fc9 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;