提交 fd43f16c 编写于 作者: L Lubomir Rintel 提交者: Andy Shevchenko

Platform: OLPC: Fix olpc_xo175_ec_cmd() return value

Reset the ret variable to make sure it olpc_xo175_ec_cmd() ends up
returning zero on success.

Fixes: 0c3d931b ("Platform: OLPC: Add XO-1.75 EC driver")
Signed-off-by: NLubomir Rintel <lkundrak@v3.sk>
Signed-off-by: NAndy Shevchenko <andriy.shevchenko@linux.intel.com>
上级 b8a84365
......@@ -507,6 +507,7 @@ static int olpc_xo175_ec_cmd(u8 cmd, u8 *inbuf, size_t inlen, u8 *resp,
nr_bytes = resp_len;
} else {
nr_bytes = (size_t)ret;
ret = 0;
}
resp_len = min(resp_len, nr_bytes);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册