From: Lidza Louina Date: Fri, 20 Dec 2013 02:12:12 +0000 (-0500) Subject: staging: dgap: uses kzalloc for allocating memory X-Git-Tag: v3.14-rc1~150^2~228 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c5b5632d2ecc0e4756deaeed3364b0fdcbd56e3;p=pandora-kernel.git staging: dgap: uses kzalloc for allocating memory Originally, this driver created it's own allocating function. This patch removes that function and calls kzalloc directly. This patch affects: - driver.c - driver.h - fep5.c - tty.c Signed-off-by: Lidza Louina Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed