# HG changeset patch
# User Uri Shkolnik <u...@siano-ms.com>
# Date 1242332841 -10800
# Node ID 211989f20f803bc5a719c6fda4640888e379d6fc
# Parent  7e56c108996ef016c4b2117090e2577aea9ed56c
[0905_29] Siano: smscore - bug fix at get_device_mode

From: Uri Shkolnik <u...@siano-ms.com>

Fix bug that cause error log to echo also if success

Priority: normal

Signed-off-by: Uri Shkolnik <u...@siano-ms.com>

diff -r 7e56c108996e -r 211989f20f80 linux/drivers/media/dvb/siano/smscoreapi.c
--- a/linux/drivers/media/dvb/siano/smscoreapi.c        Thu May 14 23:24:44 
2009 +0300
+++ b/linux/drivers/media/dvb/siano/smscoreapi.c        Thu May 14 23:27:21 
2009 +0300
@@ -938,7 +938,7 @@ int smscore_set_device_mode(struct smsco
                coredev->device_flags &= ~SMS_DEVICE_NOT_READY;
        }
 
-       if (rc != 0)
+       if (rc < 0)
                sms_err("return error code %d.", rc);
        return rc;
 }



      
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to