The patch number 11552 was added via Mauro Carvalho Chehab <[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        Linux Media Mailing List <[email protected]>

------

From: Uri Shkolnik  <[email protected]>
Siano: SDIO interface driver - remove two redundant lines


Remove two redundant lines, based on Klimov Alexey code review.

Priority: normal

Signed-off-by: Uri Shkolnik <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>


---

 linux/drivers/media/dvb/siano/smssdio.c |    2 --
 1 file changed, 2 deletions(-)

diff -r ecfcbc95fac8 -r 1076be71ffcf linux/drivers/media/dvb/siano/smssdio.c
--- a/linux/drivers/media/dvb/siano/smssdio.c   Mon Apr 20 11:13:36 2009 -0300
+++ b/linux/drivers/media/dvb/siano/smssdio.c   Mon Apr 20 11:35:06 2009 -0300
@@ -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:


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/1076be71ffcf83019f03b00cd844df355e8e417b

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to