[flashrom] ASUS P4SC-E Board Enable / IT8707F support

Uwe Hermann uwe at hermann-uwe.de
Mon Sep 13 20:29:50 CEST 2010


> +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 <uwe at hermann-uwe.de>

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




More information about the flashrom mailing list