On Tue, Feb 26, 2019 at 7:53 AM Abel Vesa <[email protected]> wrote:

> +       magic = readl_relaxed(ocotp_base + IMX8MQ_SW_INFO_B1);
> +       if (magic == IMX8MQ_SW_MAGIC_B1)
> +               rev = REV_B1;

Don't you mean rev == REV_B1; ?

Reply via email to