Re: [PATCH] USB: serial: cp210x: use kmemdup

From: Johan Hovold
Date: Fri Jul 15 2016 - 08:24:47 EST


On Thu, May 19, 2016 at 07:34:36PM +0530, Muhammad Falak R Wani wrote:
> Use kmemdup when some other buffer is immediately copied into allocated
> region. It replaces call to allocation followed by memcpy, by a single
> call to kmemdup.
>
> Signed-off-by: Muhammad Falak R Wani <falakreyaz@xxxxxxxxx>

Now applied, thanks.

Johan