From: Wolfram Sang Date: Mon, 3 Jun 2013 20:27:17 +0000 (+0200) Subject: pwm: devm: alloc correct pointer size X-Git-Tag: v3.11-rc1~51^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77f0b9d2ff0c8ff7b36033dfc5b29dab7a0ebd9a;p=pandora-kernel.git 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 Reviewed-by: Andy Shevchenko Signed-off-by: Thierry Reding --- Reading git-diff-tree failed