9
0
Fork 0

scripts/kwboot: Remove redundant assignment

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Alexander Shiyan 2014-02-16 08:40:50 +04:00 committed by Sascha Hauer
parent 07a6c818ef
commit f62f3affa8
1 changed files with 0 additions and 1 deletions

View File

@ -552,7 +552,6 @@ kwboot_mmap_image(const char *path, size_t *size, int prot)
void *img;
rc = -1;
fd = -1;
img = NULL;
fd = open(path, O_RDONLY);