From: Paul Fertser Date: Thu, 26 Feb 2015 16:42:08 +0000 (+0300) Subject: flash/nor/stellaris: remove dead assignment X-Git-Tag: v0.9.0-rc1~97 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=77d2cad9fc95fdcf40a89c7dc5631cc9c4f81556;ds=sidebyside flash/nor/stellaris: remove dead assignment Found by clang static checker. Change-Id: Ifa58ba383092341c7343916e5cc8ec3c72ab2f60 Signed-off-by: Paul Fertser Reviewed-on: http://openocd.zylin.com/2560 Tested-by: jenkins Reviewed-by: Spencer Oliver --- diff --git a/src/flash/nor/stellaris.c b/src/flash/nor/stellaris.c index c4fe3be9ed..664b6d03d2 100644 --- a/src/flash/nor/stellaris.c +++ b/src/flash/nor/stellaris.c @@ -516,7 +516,7 @@ static int get_stellaris_info(struct flash_bank *bank, char *buf, int buf_size) buf += printed; buf_size -= printed; - printed = snprintf(buf, + snprintf(buf, buf_size, "master clock: %ikHz%s, " "rcc is 0x%" PRIx32 ", rcc2 is 0x%" PRIx32 ", "