commit | b6152016003b2cc2370899558bf2e7de4ebd0b09 | [log] [tgz] |
---|---|---|
author | Gioh Kim <gioh.kim@lge.com> | Fri Apr 25 08:24:24 2014 +0900 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Apr 25 15:17:31 2014 -0700 |
tree | 388c2f2bac4062897f3786c79e2857455da0b5b7 | |
parent | d7a33d74e9913bd4d2580aff67ed7051935f546b [diff] |
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 <gioh.kim@lge.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>