]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/i2c/busses/i2c-mv64xxx.c
- add Cogent CSB1725 board support (along with RDStor, will be split later)
[mv-sheeva.git] / drivers / i2c / busses / i2c-mv64xxx.c
index 16242063144fa5a82d61e5c3d4f105f46963b783..6a456e72e5c707c021c23a277a59d45505902fed 100644 (file)
@@ -497,7 +497,7 @@ mv64xxx_i2c_probe(struct platform_device *pd)
        struct mv64xxx_i2c_pdata        *pdata = pd->dev.platform_data;
        int     rc;
 
-       if ((pd->id != 0) || !pdata)
+       if (/*(pd->id != 0) ||*/ !pdata)
                return -ENODEV;
 
        drv_data = kzalloc(sizeof(struct mv64xxx_i2c_data), GFP_KERNEL);