Merge tag 'ecryptfs-4.3-rc1-stale-dcache' of git://git.kernel.org/pub/scm/linux/kerne...
[deliverable/linux.git] / sound / soc / codecs / sta529.c
index 3430f444c1aeeef69bc79f39c3bb475cb637fdc1..2cdaca943a8c488fceea517165f07aa0d47c8b60 100644 (file)
@@ -339,9 +339,6 @@ static int sta529_i2c_probe(struct i2c_client *i2c,
        struct sta529 *sta529;
        int ret;
 
-       if (!i2c_check_functionality(i2c->adapter, I2C_FUNC_SMBUS_BYTE_DATA))
-               return -EINVAL;
-
        sta529 = devm_kzalloc(&i2c->dev, sizeof(struct sta529), GFP_KERNEL);
        if (!sta529)
                return -ENOMEM;
This page took 0.041151 seconds and 5 git commands to generate.