commit | 77f0b9d2ff0c8ff7b36033dfc5b29dab7a0ebd9a | [log] [tgz] |
---|---|---|
author | Wolfram Sang <wsa@the-dreams.de> | Mon Jun 03 22:27:17 2013 +0200 |
committer | Thierry Reding <thierry.reding@gmail.com> | Mon Jun 10 12:50:10 2013 +0200 |
tree | 9c8757d3862de107cdd4fc6993550c2a36f37e00 | |
parent | e7927141ed51d94d6e1267f2ff0362a1f255e007 [diff] |
pwm: devm: alloc correct pointer size The allocated object should be the size of what the pointer is pointing to and not the size of the pointer itself. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>