From: Gioh Kim Date: Thu, 24 Apr 2014 23:24:24 +0000 (+0900) Subject: Staging: android: ion: duplicated clearing of sg_table X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~36^2~1280 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6152016003b2cc2370899558bf2e7de4ebd0b09;p=pandora-kernel.git Staging: android: ion: duplicated clearing of sg_table Because sg_table is cleared in sg_alloc_table via memset we don't need to use kzalloc to allocate sg_table. Signed-off-by: Gioh Kim Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed