]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net: tftpput: move common code into separate functions
authorSimon Glass <sjg@chromium.org>
Mon, 24 Oct 2011 18:00:03 +0000 (18:00 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 26 Oct 2011 19:34:04 +0000 (21:34 +0200)
commitf5329bbc3f951f01c39c24f06a57c34d865f5a16
tree3473c0bb14bfb66aa9beffb3aa4757b686090293
parente4bf0c5cfe1d7b2059a6802c9e11d567c928dbb1
net: tftpput: move common code into separate functions

We want to show block markers on completion of get and put, so
move this common code into separate functions.

Signed-off-by: Simon Glass <sjg@chromium.org>
net/tftp.c