From: Rafael J. Wysocki Date: Sat, 27 Feb 2010 20:43:22 +0000 (+0100) Subject: Driver core: Reduce the level of request_firmware() messages X-Git-Tag: v2.6.35-rc1~459^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f18ff91d926ab411749a199b06a49f6bc72e9af;p=pandora-kernel.git Driver core: Reduce the level of request_firmware() messages The messages from _request_firmware() informing that firmware is being requested or built-in firmware is going to be used are printed at KERN_INFO, which produces lots of noise on systems with huge numbers of AMD CPUs. Reduce the level of these messages to KERN_DEBUG to get rid of that noise. Signed-off-by: Rafael J. Wysocki Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed