From 0c5b5632d2ecc0e4756deaeed3364b0fdcbd56e3 Mon Sep 17 00:00:00 2001 From: Lidza Louina Date: Thu, 19 Dec 2013 21:12:12 -0500 Subject: [PATCH] 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-format-patch failed