From: Bjorn Helgaas Date: Fri, 27 Jun 2008 22:56:59 +0000 (-0600) Subject: PNP: remove ratelimit on add resource failures X-Git-Tag: v2.6.27-rc1~1050^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25d39c39d82d062f4be685146abd054a3bafdf12;p=pandora-kernel.git PNP: remove ratelimit on add resource failures We used to have a fixed-size resource table. If a device had twenty resources when the table only had space for ten, we didn't need ten warnings, so we added the ratelimit. Now that we can dynamically allocate new resources, we should only get failures if the allocation fails. That should be rare enough that we don't need to ratelimit the messages. Signed-off-by: Bjorn Helgaas Signed-off-by: Len Brown Signed-off-by: Andi Kleen --- Reading git-diff-tree failed