Re: [PATCH] staging: android: ion: remove duplicate buffer field initializes

2018-04-23 Thread Sumit Semwal
Hello Todd, Thanks for the patch. On 21 April 2018 at 08:26, Todd Poynor wrote: > As a result of various previous patches, ion_buffer_create() now > has two sets of identical statements for initializing two fields of > the buffer struct, next to each other. Remove one set. > > Move the initiali

[PATCH] staging: android: ion: remove duplicate buffer field initializes

2018-04-20 Thread Todd Poynor
As a result of various previous patches, ion_buffer_create() now has two sets of identical statements for initializing two fields of the buffer struct, next to each other. Remove one set. Move the initialization of these two fields together with the statements that initialize the other two fields