cmd: usbdown: pass through for nonexistent files
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 27 Oct 2016 02:38:56 +0000 (11:38 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 10 Oct 2019 04:38:38 +0000 (13:38 +0900)
commitc6be5dbe4eef2ebab49cb64dd774baff39428a8a
treea64f0f564cda9f93e12afc13244353396fdca4bb
parent6313fbe18b2dbe183dd5fc0ef9d8e5795c0303e7
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