commit | 1e2c2390ef51fa4fcdb1082e8da11025ef329116 | [log] [tgz] |
---|---|---|
author | Olof Johansson <olof@lixom.net> | Thu Sep 05 12:23:44 2013 -0700 |
committer | Olof Johansson <olof@lixom.net> | Tue Sep 10 14:23:20 2013 -0700 |
tree | 3c70be033c5b70bc8d7fa2d29a167ecfd3a40743 | |
parent | 3c78d113fb9bdb50d60519a8b5d7f56cd1a50a8f [diff] |
i2c: davinci: Fix bad dev_get_platdata() conversion commit 6d4028c644e (i2c: use dev_get_platdata()) did a bad conversion of this one case: drivers/i2c/busses/i2c-davinci.c: In function 'davinci_i2c_probe': drivers/i2c/busses/i2c-davinci.c:665:2: warning: passing argument 1 of 'dev_get_platdata' from incompatible pointer type [enabled by default] Reviewed-by: Jingoo Han <jg1.han@samsung.com> Acked-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: Olof Johansson <olof@lixom.net>