RE: [PATCH] ion: remove duplicated clearing of sg_table initialization

2014-04-22 Thread Gioh Kim
in'; > de...@driverdev.osuosl.org; �̰�ȣ > Subject: Re: [PATCH] ion: remove duplicated clearing of sg_table > initialization > > Patch is corrupt and doesn't apply. Read Documentation/email-clients.txt > or use git send-email. Send it to yourself. Save the raw email,

Re: [PATCH] ion: remove duplicated clearing of sg_table initialization

2014-04-22 Thread Dan Carpenter
14 at 05:27:04PM +0900, Gioh Kim wrote: > Hi, > > I found a duplicated zeroing at sg_table initialization in ION of linux- > 3.15.0-rc2 version. Work against linux-next for this. > Here is my patch. > > Subject: [PATCH] ion: remove duplicated clearing of sg_table initia

[PATCH] ion: remove duplicated clearing of sg_table initialization

2014-04-22 Thread Gioh Kim
Hi, I found a duplicated zeroing at sg_table initialization in ION of linux- 3.15.0-rc2 version. Here is my patch. Subject: [PATCH] ion: remove duplicated clearing of sg_table initialization Because sg_table is cleared in sg_alloc_table via memset we don't need to use kzalloc to all