On Sun, 6 Feb 2022 at 01:41, Patrick Venture <vent...@google.com> wrote: > > From: Shengtan Mao <st...@google.com> > > Reviewed-by: Hao Wu <wuhao...@google.com> > Reviewed-by: Chris Rauer <cra...@google.com> > Signed-off-by: Shengtan Mao <st...@google.com> > Signed-off-by: Patrick Venture <vent...@google.com> > --- > v2: > * update copyright year > * check result of open > * use g_free instead of free > * move declarations to the top > * use g_file_open_tmp
Fails to compile: ../../tests/qtest/npcm7xx_sdhci-test.c:121:32: error: use of undeclared identifier 'NPCM7XX_REG_SIZE' uint64_t end_addr = addr + NPCM7XX_REG_SIZE; ^ -- PMM