ASoC: sta529: Remove redundant I2C_FUNC_SMBUS_BYTE_DATA functionality check
authorAxel Lin <axel.lin@ingics.com>
Fri, 24 Jul 2015 03:17:28 +0000 (11:17 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 24 Jul 2015 10:35:28 +0000 (11:35 +0100)
commit97a747117d95b54fe3ce21d43e04499a1671fff6
tree41e35943e4f5d5b2faae7f8e99492c6006dabb02
parentbc0195aad0daa2ad5b0d76cce22b167bc3435590
ASoC: sta529: Remove redundant I2C_FUNC_SMBUS_BYTE_DATA functionality check

This checking is done by regmap_get_i2c_bus() which is called in
devm_regmap_init_i2c().

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/sta529.c