Re: [PATCH v2 4/9] tty: constify tty_ldisc_receive_buf buffer pointer
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2017-01-19 16:27:52
Also in:
linux-bluetooth, lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2017-01-19 16:27:52
Also in:
linux-bluetooth, lkml
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@kernel.org> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-By: Sebastian Reichel <sre@kernel.org>
I've applied the first 4 patches in this series to my tree now, thanks. greg k-h