From d196e7c1387b30ac35e7b0f605c79823ac9b5ec9 Mon Sep 17 00:00:00 2001 From: Stefan Tauner Date: Sun, 18 Sep 2011 00:41:33 +0000 Subject: Unsignify lengths and addresses in chip functions and structs Corresponding to flashrom svn r1448. Signed-off-by: Stefan Tauner Acked-by: Carl-Daniel Hailfinger --- serprog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'serprog.c') diff --git a/serprog.c b/serprog.c index 9d554c9..a4aef08 100644 --- a/serprog.c +++ b/serprog.c @@ -795,7 +795,7 @@ int serprog_spi_send_command(unsigned int writecnt, unsigned int readcnt, * the advantage that it is much faster for most chips, but breaks those with * non-contiguous address space (like AT45DB161D). When spi_read_chunked is * fixed this method can be removed. */ -int serprog_spi_read(struct flashchip *flash, uint8_t *buf, int start, int len) +int serprog_spi_read(struct flashchip *flash, uint8_t *buf, unsigned int start, unsigned int len) { int i; int cur_len; -- cgit v1.1