USB: make HCDs responsible for managing endpoint queues
[safe/jmp/linux-2.6] / drivers / usb / host / ohci-pnx4008.c
index d601bbb..ca2a6ab 100644 (file)
@@ -134,7 +134,7 @@ static int isp1301_attach(struct i2c_adapter *adap, int addr, int kind)
 {
        struct i2c_client *c;
 
-       c = (struct i2c_client *)kzalloc(sizeof(*c), GFP_KERNEL);
+       c = kzalloc(sizeof(*c), GFP_KERNEL);
 
        if (!c)
                return -ENOMEM;