Re: [PATCH v2 4/9] tty: constify tty_ldisc_receive_buf buffer pointer

From: Greg Kroah-Hartman
Date: Thu Jan 19 2017 - 11:29:40 EST


On Mon, Jan 16, 2017 at 04:54:31PM -0600, Rob Herring wrote:
> This is needed to work with the client operations which uses const ptrs.
>
> Really, the flags pointer could be const, too, but this would be a tree
> wide fix.
>
> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> Reviewed-By: Sebastian Reichel <sre@xxxxxxxxxx>

I've applied the first 4 patches in this series to my tree now, thanks.

greg k-h