diff mbox

[Bug,36221] KMS with X1950 XT i2c error --> no ddc

Message ID 20110414222005.CDBEF13004F@annarchy.freedesktop.org (mailing list archive)
State New, archived
Headers show

Commit Message

bugzilla-daemon@freedesktop.org April 14, 2011, 10:20 p.m. UTC
https://bugs.freedesktop.org/show_bug.cgi?id=36221

--- Comment #24 from revealed <revealed@freakmail.de> 2011-04-14 15:20:03 PDT ---
Starting new with the downloaded patch and the original file from SUSE rpm i
get the following output in the rej. file when issuing the:
Patch command: (forget my last both postings, please).

drivers/i2c/algos/i2c-algo-bit.c.rej lines 1-11/11 (END) 

I guess there is something wrong with the patch?
diff mbox

Patch

--- drivers/i2c/algos/i2c-algo-bit.c
+++ drivers/i2c/algos/i2c-algo-bit.c
@@ -622,7 +637,7 @@ 
        int ret;

        if (bit_test) {
-               ret = test_bus(bit_adap, adap->name);
+               ret = test_bus(adap, adap->name);
                if (ret < 0)
                        return -ENODEV;
        }