Re: [PATCH 06/24] tty: serial: fsl_lpuart: Drop unnecessary sg_set_buf() call

2019-07-30 Thread Andrey Smirnov
On Tue, Jul 30, 2019 at 8:51 AM Greg Kroah-Hartman wrote: > > On Mon, Jul 29, 2019 at 12:52:08PM -0700, Andrey Smirnov wrote: > > Sg_init_one() will already call sg_set_buf(), so another explicit call > > right after it is unnecessary. Drop it. > > > > Signed-off-by: Andrey Smirnov > > Cc:

Re: [PATCH 06/24] tty: serial: fsl_lpuart: Drop unnecessary sg_set_buf() call

2019-07-30 Thread Greg Kroah-Hartman
On Mon, Jul 29, 2019 at 12:52:08PM -0700, Andrey Smirnov wrote: > Sg_init_one() will already call sg_set_buf(), so another explicit call > right after it is unnecessary. Drop it. > > Signed-off-by: Andrey Smirnov > Cc: Stefan Agner > Cc: Bhuvanchandra DV > Cc: Chris Healy > Cc: Cory Tusar >

[PATCH 06/24] tty: serial: fsl_lpuart: Drop unnecessary sg_set_buf() call

2019-07-29 Thread Andrey Smirnov
Sg_init_one() will already call sg_set_buf(), so another explicit call right after it is unnecessary. Drop it. Signed-off-by: Andrey Smirnov Cc: Stefan Agner Cc: Bhuvanchandra DV Cc: Chris Healy Cc: Cory Tusar Cc: Lucas Stach Cc: Greg Kroah-Hartman Cc: Jiri Slaby Cc: linux-...@nxp.com Cc: