]> git.sur5r.net Git - u-boot/commit
cfi_flash: Remove return from void function
authorMario Six <mario.six@gdsys.cc>
Fri, 26 Jan 2018 13:43:47 +0000 (14:43 +0100)
committerStefan Roese <sr@denx.de>
Mon, 29 Jan 2018 06:48:58 +0000 (07:48 +0100)
commitab61cfb857a14c4dd90a5d11c2f3064c28d5b3a1
tree4d756985995e0a5fe372bddf6693f670dc780e5d
parent0cec0a12f9dba584ccf264329735819f8b04a66c
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>
drivers/mtd/cfi_flash.c