[PATCH 2/3] i2c: omap: abolish variable name confusion

2015-07-13 Thread Felipe Balbi
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 --- drivers/i2c/busses/i2

Re: [PATCH 2/3] i2c: omap: abolish variable name confusion

2015-07-10 Thread Felipe Balbi
Hi, On Thu, Jul 09, 2015 at 09:49:41PM +0200, Wolfram Sang wrote: > On Thu, Jun 25, 2015 at 02:34:49PM -0500, Felipe Balbi wrote: > > 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

Re: [PATCH 2/3] i2c: omap: abolish variable name confusion

2015-07-09 Thread Wolfram Sang
On Thu, Jun 25, 2015 at 02:34:49PM -0500, Felipe Balbi wrote: > 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 c

[PATCH 2/3] i2c: omap: abolish variable name confusion

2015-06-25 Thread Felipe Balbi
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 --- drivers/i2c/busses/i2