cfi_flash: Remove return from void function

void functions don't need an explicit return at the end.

Signed-off-by: Mario Six <mario.six@gdsys.cc>
Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
Mario Six 2018-01-26 14:43:47 +01:00 committed by Stefan Roese
parent 0cec0a12f9
commit ab61cfb857

View File

@ -1280,7 +1280,6 @@ void flash_print_info(flash_info_t *info)
#endif
}
putc('\n');
return;
}
/*-----------------------------------------------------------------------