Re: [PATCH] serial: 8250_early: Setup divider when uartclk is passed

From: Greg Kroah-Hartman
Date: Wed Apr 25 2018 - 08:51:54 EST


On Mon, Apr 23, 2018 at 11:18:11AM +0200, Michal Simek wrote:
> device->baud is always non zero value because it is checked already in
> early_serial8250_setup() before init_port is called.
>
> Fixes: 0ff3ab701963 ("serial: 8250_early: Only set divisor if valid clk & baud")
> Cc: stable <stable@xxxxxxxxxxxxxxx>

This isn't "fixing" anything, as the logic is identical before, or
after, this patch is committed. So I'll apply this, but will drop these
two tags.

thanks,

greg k-h