From patchwork Thu Apr 14 22:20:04 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: bugzilla-daemon@freedesktop.org X-Patchwork-Id: 709801 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p3EMKHwo013990 for ; Thu, 14 Apr 2011 22:20:45 GMT Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 055879F63A for ; Thu, 14 Apr 2011 15:20:17 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from annarchy.freedesktop.org (annarchy.freedesktop.org [131.252.210.176]) by gabe.freedesktop.org (Postfix) with ESMTP id EA0B19E75D for ; Thu, 14 Apr 2011 15:20:06 -0700 (PDT) Received: by annarchy.freedesktop.org (Postfix, from userid 33) id CDBEF13004F; Thu, 14 Apr 2011 15:20:04 -0700 (PDT) From: bugzilla-daemon@freedesktop.org To: dri-devel@lists.freedesktop.org Subject: [Bug 36221] KMS with X1950 XT i2c error --> no ddc X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DRI X-Bugzilla-Component: DRM/Radeon X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: revealed@freakmail.de X-Bugzilla-Status: REOPENED X-Bugzilla-Priority: medium X-Bugzilla-Assigned-To: dri-devel@lists.freedesktop.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: In-Reply-To: References: X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated MIME-Version: 1.0 Message-Id: <20110414222005.CDBEF13004F@annarchy.freedesktop.org> Date: Thu, 14 Apr 2011 15:20:04 -0700 (PDT) X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org Errors-To: dri-devel-bounces+patchwork-dri-devel=patchwork.kernel.org@lists.freedesktop.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Thu, 14 Apr 2011 22:20:45 +0000 (UTC) https://bugs.freedesktop.org/show_bug.cgi?id=36221 --- Comment #24 from revealed 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? --- 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; }