Miklós Márton has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/30459
Change subject: Case change of a letter to be able to resubmit patchset due to CI failure ......................................................................
Case change of a letter to be able to resubmit patchset due to CI failure
Change-Id: I8cb2d93be9d38ae352a83ac909f90ca17fa6ffd4 --- M ni845x_spi.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/59/30459/1
diff --git a/ni845x_spi.c b/ni845x_spi.c index ce2f439..7d67b00 100644 --- a/ni845x_spi.c +++ b/ni845x_spi.c @@ -35,7 +35,7 @@
static const struct spi_master spi_programmer_ni845x;
-static unsigned char CS_number = 0; // use Chip select 0 as default +static unsigned char CS_number = 0; // use chip select 0 as default static enum USB845x_type device_pid = Unknown_NI845X_Device;
static uInt32 device_handle = 0;