commit | 63f8f85625fa726bdf28862dd4d2e1bf3d230bb8 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Mon Jul 13 15:38:03 2015 -0500 |
committer | Wolfram Sang <wsa@the-dreams.de> | Mon Aug 10 08:37:28 2015 +0200 |
tree | c8e6e648bb4e275b6203d49958f893305bf65fd9 | |
parent | c680e3291857216465714ba1d3336befaa5b4725 [diff] |
i2c: omap: abolish variable name confusion struct device pointers are usually called dev. Calling our struct omap_i2c_dev pointers also dev has caused enough confusion. This is the result of a few simple sed rules to convert all struct omap_i2c_dev pointers to be called omap instead. Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>