From: Archit Taneja Date: Fri, 30 Nov 2012 09:39:07 +0000 (+0530) Subject: OMAPDSS: lb035q02: use devm_kzalloc for allocating driver data X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~46^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4dace469fa2244e3bff07707b79ef0e1a5d13db;p=pandora-kernel.git OMAPDSS: lb035q02: use devm_kzalloc for allocating driver data Use devm_kzalloc instead of kzalloc to allocate driver data for the lg phillips panel driver. This simplifies the driver's probe and remove functions. Cc: Steve Sakoman Signed-off-by: Archit Taneja --- Reading git-diff-tree failed