- firmware-loader-printk-when-requesting-firmware.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     firmware loader: printk when requesting firmware
has been removed from the -mm tree.  Its filename was
     firmware-loader-printk-when-requesting-firmware.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: firmware loader: printk when requesting firmware
From: Ciaran McCreesh <ciaran.mccreesh@xxxxxxxxxxxxxx>

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@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/base/firmware_class.c |    2 ++
 1 file changed, 2 insertions(+)

diff -puN drivers/base/firmware_class.c~firmware-loader-printk-when-requesting-firmware drivers/base/firmware_class.c
--- a/drivers/base/firmware_class.c~firmware-loader-printk-when-requesting-firmware
+++ a/drivers/base/firmware_class.c
@@ -396,6 +396,8 @@ _request_firmware(const struct firmware 
 	if (!firmware_p)
 		return -EINVAL;
 
+	printk(KERN_INFO "firmware: requesting %s\n", name);
+
 	*firmware_p = firmware = kzalloc(sizeof(*firmware), GFP_KERNEL);
 	if (!firmware) {
 		printk(KERN_ERR "%s: kmalloc(struct firmware) failed\n",
_

Patches currently in -mm which might be from ciaran.mccreesh@xxxxxxxxxxxxxx are

origin.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux