pwm: twl: Use to_twl() instead of container_of()
authorJohannes Thumshirn <morbidrsa@gmail.com>
Sat, 16 Feb 2013 18:20:51 +0000 (19:20 +0100)
committerThierry Reding <thierry.reding@avionic-design.de>
Sun, 17 Feb 2013 10:27:07 +0000 (11:27 +0100)
commit30f786170352b8264bc7b61c2482713e54accec8
tree5a01cfaabc3c5096e5bcf77765ab70b60973b54d
parent838bf09d4fa01d39417e42c731aa31d7a256fb7c
pwm: twl: Use to_twl() instead of container_of()

Always use to_twl() for converting into private data instead of
container_of().

Signed-off-by: Johannes Thumshirn <morbidrsa@gmail.com>
Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
drivers/pwm/pwm-twl.c