commit | 9aa8ec676b6ef151ab11868d16a928d92410d25e | [log] [tgz] |
---|---|---|
author | Tasslehoff Kjappfot <tasskjapp@gmail.com> | Tue May 29 16:26:20 2012 +0530 |
committer | Wolfram Sang <w.sang@pengutronix.de> | Sun Jul 08 12:49:14 2012 +0200 |
tree | f045e2b122e4d147b5ef5d7c5e7ad0adee18a2ed | |
parent | 3b0fb97c8dc476935670706873c27a474191ccce [diff] |
I2C: OMAP: prevent the overwrite of the errata flags i2c_probe set the dev->errata flag, but omap_i2c_init cleared the flag again. Prevent the overwrite of the errata flags.Move the errata handling to a unified place in probe to prevent such errors. Reviewed-by: Kevin Hilman <khilman@ti.com> Signed-off-by: Tasslehoff Kjappfot <tasskjapp@gmail.com> Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com> Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>