HAOUAS Elyes uploaded patch set #8 to this change.

View Change

ec/lenovo/pmh7: Fix error conversion from 'int' to 'signed char:1'

Fix the error found using '-Wconversion' option:
/cb-build/coreboot-gerrit.0/default/LENOVO_T410/mainboard/lenovo/t410/static.c:74:22: error: conversion from 'int' to 'signed char:1' changes value from '1' to '-1' [-Werror=conversion]
.backlight_enable = 0x01,
^~~~
/cb-build/coreboot-gerrit.0/default/LENOVO_T410/mainboard/lenovo/t410/static.c:75:23: error: conversion from 'int' to 'signed char:1' changes value from '1' to '-1' [-Werror=conversion]
.dock_event_enable = 0x01,
^~~~

Found-by: gcc-8.3.0 using '-Wconversion' option
Change-Id: Ie6c5a424ff49a2df586432e1390d5a30166d6c6a
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/ec/lenovo/pmh7/chip.h
1 file changed, 2 insertions(+), 2 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/92/34092/8

To view, visit change 34092. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie6c5a424ff49a2df586432e1390d5a30166d6c6a
Gerrit-Change-Number: 34092
Gerrit-PatchSet: 8
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: Alexander Couzens <lynxis@fe80.eu>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-Reviewer: Nico Huber <nico.h@gmx.de>
Gerrit-Reviewer: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: James <jye836@gmail.com>
Gerrit-MessageType: newpatchset