[kms-tests] [PATCH] kmstest: Fix writeback connector type check

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The kernel spells writeback connectors with a capital 'W'. Fix the
corresponding connector type check.

Signed-off-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx>
---
 tests/kmstest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/kmstest.py b/tests/kmstest.py
index 3cc8f1a3e306..93b9d89fa1fc 100755
--- a/tests/kmstest.py
+++ b/tests/kmstest.py
@@ -481,7 +481,7 @@ class KMSTest(object):
 
     def output_connectors(self):
         for connector in self.card.connectors:
-            if connector.fullname.startswith('writeback-'):
+            if connector.fullname.startswith('Writeback-'):
                 continue
             yield connector
 

base-commit: 2264236eefd15450320c0cdb34fa07ac0881f713
-- 
Regards,

Laurent Pinchart




[Index of Archives]     [Linux Samsung SOC]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux