]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2705185a7a4e3ef27ad9114c01da7dff8701beb1
treec8e6e648bb4e275b6203d49958f893305bf65fd9
parentc3f2cb8cd1b59664d689052b67f7bfcae5fc9166
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