diff mbox

wandboard: Remove unneeded return code

Message ID 1473858026-17765-1-git-send-email-fabio.estevam@nxp.com
State Accepted
Commit 9d26ac1e764921bdd90109381e38e328fa1bfa7e
Headers show

Commit Message

Fabio Estevam Sept. 14, 2016, 1 p.m. UTC
There is no need to handle this return code, so just remove it.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 board/wandboard/post-image.sh | 2 --
 1 file changed, 2 deletions(-)

Comments

Peter Korsgaard Sept. 14, 2016, 2:46 p.m. UTC | #1
>>>>> "Fabio" == Fabio Estevam <fabio.estevam@nxp.com> writes:

 > There is no need to handle this return code, so just remove it.

 > Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>

Committed, thanks.
diff mbox

Patch

diff --git a/board/wandboard/post-image.sh b/board/wandboard/post-image.sh
index 11f58db..18e76aa 100755
--- a/board/wandboard/post-image.sh
+++ b/board/wandboard/post-image.sh
@@ -13,5 +13,3 @@  genimage \
   --outputpath "${BINARIES_DIR}" \
   --config "${GENIMAGE_CFG}"
 
-RET=${?}
-exit ${RET}