From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@bugzilla.kernel.org
Subject: [Bug 18312] radeon RS880 kernel output spam.
Date: Fri, 8 Oct 2010 12:28:51 GMT
Message-ID: <201010081228.o98CSpgT009419@demeter2.kernel.org>
References:
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Return-path:
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: dri-devel-bounces@lists.sourceforge.net
To: dri-devel@lists.sourceforge.net
List-Id: dri-devel@lists.freedesktop.org
https://bugzilla.kernel.org/show_bug.cgi?id=18312
--- Comment #1 from david b 2010-10-08 12:28:50 ---
diff -Nurp radeon_object.h radeon_object.h.orig
--- radeon_object.h 2010-10-08 23:27:44.000000000 +1100
+++ radeon_object.h.orig 2010-10-08 23:28:10.000000000 +1100
@@ -125,9 +125,9 @@ static inline int radeon_bo_wait(struct
r = ttm_bo_reserve(&bo->tbo, true, no_wait, false, 0);
if (unlikely(r != 0)) {
- /*if (r != -ERESTARTSYS)
+ if (r != -ERESTARTSYS)
dev_err(bo->rdev->dev, "%p reserve failed for wait\n", bo);
- */
+
return r;
}
spin_lock(&bo->tbo.lock);
Just commenting it out removes the dmesg spam. imho the output isn't useful to
end users like my self :)
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3.
Spend less time writing and rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
--