On Mon, Mar 4, 2024 at 1:04 PM Benjamin Hahn <b.h...@phytec.de> wrote:

> -       ret = phytec_get_rev(NULL);
> -       if (ret >= 3 && ret != PHYTEC_EEPROM_INVAL) {
> +       u8 rev = phytec_get_rev(NULL);
> +       u8 somtyp = phytec_get_som_type(NULL);

Nitpick: Better to spell out 'somtype' or 'som_type' to make it clearer.

"typ" usually means 'typical'.

Reply via email to