commit | f4f24d1fd0803e8b5de5da373276f5046bef7463 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | Thu Oct 01 17:25:15 2015 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Sat Oct 03 11:44:32 2015 -0300 |
tree | d3b98ca19e39d4496e38e139ccd3dd0c0ae502a8 | |
parent | edf8875f21c34102be54becfb5f435f0b7ca5a65 [diff] |
[media] drxd: use kzalloc in drxd_attach() This saves a little .text and removes the sizeof(...) style inconsistency. Use sizeof(*state) in accordance with CodingStyle. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>