提交 f762ee1a 编写于 作者: U Uri Shkolnik 提交者: Mauro Carvalho Chehab

V4L/DVB (11552): Siano: SDIO interface driver - remove two redundant lines

Remove two redundant lines, based on Klimov Alexey code review.
Signed-off-by: NUri Shkolnik <uris@siano-ms.com>
Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
上级 7561300a
......@@ -96,8 +96,6 @@ static int smssdio_sendrequest(void *context, void *buffer, size_t size)
if (size) {
ret = sdio_write_bytes(smsdev->func, SMSSDIO_DATA,
buffer, size);
if (ret)
goto out;
}
out:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册