firmware loader: printk when requesting firmware
authorCiaran McCreesh <ciaran.mccreesh@googlemail.com>
Tue, 29 Apr 2008 07:59:35 +0000 (00:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Apr 2008 15:06:05 +0000 (08:06 -0700)
commit9a3be324e3d9da08219d81d6765f445a726cf962
treee17748b7ff5a40c939713286f706bcff0e29d456
parent66e106010db689fdbdbd7ae738b115dae5f521e4
firmware loader: printk when requesting firmware

Before requesting firmware, printk a message saying what we're requesting. This
makes it easier to see what's going on, and provides an explanation for the
huge silent delay that one would otherwise get after accidentally building
ipw2200 as a non-module.

Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/base/firmware_class.c