Merge "drivers: soc: Initialize return var to default value"

This commit is contained in:
Linux Build Service Account 2016-10-25 18:31:01 -07:00 committed by Gerrit - the friendly Code Review server
commit a1989e62bc

View file

@ -324,6 +324,7 @@ struct apr_svc_ch_dev *apr_tal_open(uint32_t clnt, uint32_t dest, uint32_t dl,
pr_err("%s: glink_open failed %s\n", __func__,
svc_names[dest][clnt]);
apr_ch->handle = NULL;
rc = -EINVAL;
goto unlock;
}