All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] board: gateworks: venice: gsc: fix typo
@ 2021-07-01  0:07 Tim Harvey
  2021-07-01  0:07 ` [PATCH 2/5] board: gateworks: venice: gsc: fix voltage offset Tim Harvey
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Tim Harvey @ 2021-07-01  0:07 UTC (permalink / raw)
  To: Stefano Babic, Fabio Estevam, NXP i . MX U-Boot Team, u-boot; +Cc: Tim Harvey

Fix typo in error message.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
---
 board/gateworks/venice/gsc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/board/gateworks/venice/gsc.c b/board/gateworks/venice/gsc.c
index d2490e6063..23ad58094c 100644
--- a/board/gateworks/venice/gsc.c
+++ b/board/gateworks/venice/gsc.c
@@ -176,7 +176,7 @@ static int gsc_read_eeprom(int bus, int slave, int alen, struct venice_board_inf
 		chksum += buf[i];
 	if ((info->chksum[0] != chksum >> 8) ||
 	    (info->chksum[1] != (chksum & 0xff))) {
-		printf("EEPROM: I2C%d@0x%02x: Invalid Model in EEPROM\n", bus, slave);
+		printf("EEPROM: I2C%d@0x%02x: Invalid Checksum\n", bus, slave);
 		print_hex_dump_bytes("", DUMP_PREFIX_NONE, buf, sizeof(*info));
 		memset(info, 0, sizeof(*info));
 		return -EINVAL;
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-07-10 19:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-01  0:07 [PATCH 1/5] board: gateworks: venice: gsc: fix typo Tim Harvey
2021-07-01  0:07 ` [PATCH 2/5] board: gateworks: venice: gsc: fix voltage offset Tim Harvey
2021-07-10 19:35   ` sbabic
2021-07-01  0:07 ` [PATCH 3/5] board: gateworks: venice: display DTB used Tim Harvey
2021-07-10 19:36   ` sbabic
2021-07-01  0:07 ` [PATCH 4/5] board: gateworks: venice: add ftd_file env vars on boot Tim Harvey
2021-07-10 19:37   ` sbabic
2021-07-01  0:07 ` [PATCH 5/5] board: gateworks: venice: remove forced enable of GSC thermal protection Tim Harvey
2021-07-10 19:34   ` sbabic
2021-07-10 19:37 ` [PATCH 1/5] board: gateworks: venice: gsc: fix typo sbabic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.