i2c: omap: abolish variable name confusion
authorFelipe Balbi <balbi@ti.com>
Mon, 13 Jul 2015 20:38:03 +0000 (15:38 -0500)
committerWolfram Sang <wsa@the-dreams.de>
Mon, 10 Aug 2015 06:37:28 +0000 (08:37 +0200)
commit63f8f85625fa726bdf28862dd4d2e1bf3d230bb8
treec8e6e648bb4e275b6203d49958f893305bf65fd9
parentc680e3291857216465714ba1d3336befaa5b4725
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>
drivers/i2c/busses/i2c-omap.c