Return-Path: Date: Thu, 19 Jan 2017 17:24:03 +0100 From: Greg Kroah-Hartman To: Rob Herring Cc: Marcel Holtmann , Jiri Slaby , Sebastian Reichel , Arnd Bergmann , "Dr . H . Nikolaus Schaller" , Peter Hurley , Andy Shevchenko , Alan Cox , Loic Poulain , Pavel Machek , NeilBrown , Linus Walleij , linux-bluetooth@vger.kernel.org, linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 4/9] tty: constify tty_ldisc_receive_buf buffer pointer Message-ID: <20170119162403.GA22571@kroah.com> References: <20170116225436.17505-1-robh@kernel.org> <20170116225436.17505-5-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20170116225436.17505-5-robh@kernel.org> List-ID: 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 > Reviewed-by: Andy Shevchenko > Reviewed-By: Sebastian Reichel I've applied the first 4 patches in this series to my tree now, thanks. greg k-h