From: Felipe Balbi Date: Mon, 13 Jul 2015 20:38:03 +0000 (-0500) Subject: i2c: omap: abolish variable name confusion X-Git-Tag: omap-for-v4.3/fixes-rc1~62^2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63f8f85625fa726bdf28862dd4d2e1bf3d230bb8;p=pandora-kernel.git 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 Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed