From: Archit Taneja Date: Fri, 14 Sep 2012 12:17:01 +0000 (+0300) Subject: OMAPDSS: Generic DPI Panel: use devm_kzalloc for allocating driver data X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~55^2~46^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5e484d8abd06d4d82bd556780746414f2f56988;p=pandora-kernel.git OMAPDSS: Generic DPI Panel: use devm_kzalloc for allocating driver data Use devm_kzalloc instead of kzalloc to allocate driver data for the generic dpi panel driver. This simplifies the driver's probe and remove functions. Signed-off-by: Archit Taneja --- Reading git-diff-tree failed