mainboard/siemens/sitemp_g1p1: Use tabs for indents
Change-Id: Ia5ea2198cdc93822723a4fe5440d574d76cb4de2 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/16847 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
7db506c3dd
commit
ffcc07dbad
3 changed files with 60 additions and 62 deletions
|
@ -340,10 +340,8 @@ static const char * adt7475_detect( void ) {
|
|||
|
||||
vendid = adt7475_read_byte(REG_VENDID);
|
||||
devid2 = adt7475_read_byte(REG_DEVID2);
|
||||
if (vendid != 0x41 || /* Analog Devices */
|
||||
(devid2 & 0xf8) != 0x68) {
|
||||
if (vendid != 0x41 || (devid2 & 0xf8) != 0x68) /* Analog Devices */
|
||||
return name;
|
||||
}
|
||||
|
||||
devid = adt7475_read_byte(REG_DEVID);
|
||||
if (devid == 0x73)
|
||||
|
|
Loading…
Reference in a new issue