Re: [PATCH V2] media: ov5640: Fix check for PLL1 exceeding max allowed rate

From: Fabio Estevam
Date: Wed Dec 04 2019 - 08:21:24 EST


Hi Adam,

On Wed, Dec 4, 2019 at 10:11 AM Adam Ford <aford173@xxxxxxxxx> wrote:
>
> The PLL calculation routine checks the wrong variable name 'rate'
> when it should be called '_rate' when checking to see whether or
> not the PLL1 output frequency exceeds 1GHz.
>
> This patch changes it to the correct variable '_rate'
>
> Acked-by: Jacopo Mondi <jacopo@xxxxxxxxxx>
> Signed-off-by: Adam Ford <aford173@xxxxxxxxx>

Maybe add a Fixes tag too?