From 63f8f85625fa726bdf28862dd4d2e1bf3d230bb8 Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Mon, 13 Jul 2015 15:38:03 -0500 Subject: [PATCH] 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-format-patch failed