Re: [PATCH v2 3/3] tty: Replace goldfish_tty_line_count with a #define

From: Greg KH
Date: Thu Aug 02 2018 - 12:02:38 EST


On Tue, Jul 24, 2018 at 05:51:33PM -0700, rkir@xxxxxxxxxx wrote:
> From: Roman Kiryanov <rkir@xxxxxxxxxx>
>
> The driver never mutates this variable - no benefits of
> keeping it mutable.
>
> Signed-off-by: Roman Kiryanov <rkir@xxxxxxxxxx>
> ---
> Changes in v2:
> - Replaced "const u32" with "#define".
>
> drivers/tty/goldfish.c | 11 ++++++-----
> 1 file changed, 6 insertions(+), 5 deletions(-)

Does not apply to my tree :(