summaryrefslogtreecommitdiffstats
path: root/mboxd_msg.c
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2017-04-11 23:56:59 +0930
committerAndrew Jeffery <andrew@aj.id.au>2017-04-26 11:34:00 +0930
commitf1982e416f0476663442a07ab1a3979000b7980d (patch)
tree0e1e5f390d47282dd57d684d66930b7759dfe242 /mboxd_msg.c
parent913740f0284d6b84519f0afc62e2878ff06bce09 (diff)
downloadphosphor-mboxd-f1982e416f0476663442a07ab1a3979000b7980d.tar.gz
phosphor-mboxd-f1982e416f0476663442a07ab1a3979000b7980d.zip
mboxd_msg: Remove unreachable break statement
Change-Id: Iaa73c1c02286f9f706e45eda8c1e45f3aa346675 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'mboxd_msg.c')
-rw-r--r--mboxd_msg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mboxd_msg.c b/mboxd_msg.c
index cdd8b69..d02e0bf 100644
--- a/mboxd_msg.c
+++ b/mboxd_msg.c
@@ -265,7 +265,6 @@ static int mbox_handle_flash_info(struct mbox_context *context,
default:
MSG_ERR("API Version Not Valid - Invalid System State\n");
return -MBOX_R_SYSTEM_ERROR;
- break;
}
return 0;
OpenPOWER on IntegriCloud