# HG changeset patch # User Uri Shkolnik <uris@xxxxxxxxxxxx> # Date 1237111557 -7200 # Node ID 7311d23c3355629b617013cd51223895a2423770 # Parent 7352ee1288f651d19d58c7bb479a98f070ad98e6 Siano: remove two redundant lines From: Uri Shkolnik <uris@xxxxxxxxxxxx> Remove two redundant lines, based on Klimov Alexey code review. Priority: normal Signed-off-by: Uri Shkolnik <uris@xxxxxxxxxxxx> diff -r 7352ee1288f6 -r 7311d23c3355 linux/drivers/media/dvb/siano/smssdio.c --- a/linux/drivers/media/dvb/siano/smssdio.c Thu Mar 12 15:48:17 2009 +0200 +++ b/linux/drivers/media/dvb/siano/smssdio.c Sun Mar 15 12:05:57 2009 +0200 @@ -96,8 +96,6 @@ static int smssdio_sendrequest(void *con if (size) { ret = sdio_write_bytes(smsdev->func, SMSSDIO_DATA, buffer, size); - if (ret) - goto out; } out: -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html