Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information