Skip to content

Commit

Permalink
i2c: omap: abolish variable name confusion
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Felipe Balbi authored and Wolfram Sang committed Aug 10, 2015
1 parent c680e32 commit 63f8f85
Showing 1 changed file with 299 additions and 299 deletions.
Loading

0 comments on commit 63f8f85

Please sign in to comment.