UPSTREAM: cfi_flash: Remove return from void function

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

Change-Id: I40c15dde8c217b5357c1d94fa8268b26d56db098
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
(cherry picked from commit ab61cfb857a14c4dd90a5d11c2f3064c28d5b3a1)
This commit is contained in:
Mario Six 2018-01-26 14:43:47 +01:00 committed by Kever Yang
parent ee66e86483
commit fbe2879c5d
1 changed files with 0 additions and 1 deletions

View File

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