cmd: usbdown: pass through for nonexistent files 60/94060/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 27 Oct 2016 02:38:56 +0000 (11:38 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 27 Oct 2016 02:42:33 +0000 (11:42 +0900)
commit5292c85e1d96c17c3b06aab3b537936e01b246d2
treee36283049e465d7d74cb3d513be1f1149bea7b40
parentf388818b1790aed07c5f4b620286ec65b0a5cbf0
cmd: usbdown: pass through for nonexistent files

After changing error value of update command with the commit f388818
("cmd: usbdown: fix return value for cmd funtions"), the usbdown
command stopped if there is nonexistent file. So this patch makes
usbdown command pass through for nonexistent files.

Change-Id: If1c53c1fca7879b2ed95a2298463eb7498f7b169
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
cmd/usbdown.c