[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20171003182417.GB19258@kroah.com>
Date: Tue, 3 Oct 2017 20:24:17 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: Martyn Welch <martyn.welch@...labora.co.uk>
Cc: Jiri Slaby <jslaby@...e.com>, linux-serial@...r.kernel.org,
linux-kernel@...r.kernel.org,
Uwe Kleine-König
<u.kleine-koenig@...gutronix.de>
Subject: Re: [PATCH v2] Use RX_BUF_SIZE to set size of RX buffer
On Thu, Sep 28, 2017 at 11:07:40AM +0100, Martyn Welch wrote:
> The imx serial driver uses PAGE_SIZE when allocating rx_buf, but then
> uses RX_BUF_SIZE (which is currently defined as PAGE_SIZE) to describe
> the length of the buffer when initialising the scatter gather list.
>
> In order to ensure that this stays consistent, use RX_BUF_SIZE in both
> locations.
>
> Signed-off-by: Martyn Welch <martyn.welch@...labora.co.uk>
> Acked-by: Uwe Kleine-König <u.kleine-könig@...gtronix.de>
> ---
>
> v2: Add missing SoB and Uwe's Acked-by.
Your subject is missing "serial: imx:" :(
I'll go fix it up...
Powered by blists - more mailing lists