commit | 7b6b69984e0411daac4ba78c7dc6c6457c4aa5b4 | [log] [tgz] |
---|---|---|
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | Wed Dec 19 17:48:22 2018 +0100 |
committer | Wolfram Sang <wsa@the-dreams.de> | Tue Jan 08 21:02:50 2019 +0100 |
tree | 8aa50ba3c646358b2ffd96ce5c0480f22de1ee79 | |
parent | 5601df355b63a8ddac21b2dfc3433d941a994c32 [diff] |
i2c: sprd: don't use pdev as variable name for struct device * The pointer to a device is usually named 'dev'. These 'pdev' here look much like copy&paste errors. Fix them to avoid confusion. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Reviewed-by: Baolin Wang <baolin.wang@linaro.org> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>