> +static int it8707f_write_enable(uint8_t port)
> +{
> +     uint8_t tmp;
> +
> +     w836xx_ext_enter(port);
> +
> +     tmp = sio_read(port, 0x23);
> +     tmp |= 8;

Please consider (1 << 3) for better readability.


Acked-by: Uwe Hermann <[email protected]>

Uwe.
-- 
http://hermann-uwe.de     | http://sigrok.org
http://randomprojects.org | http://unmaintained-free-software.org

_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to