|
@@ -396,6 +396,8 @@ _request_firmware(const struct firmware **firmware_p, const char *name,
|
|
if (!firmware_p)
|
|
if (!firmware_p)
|
|
return -EINVAL;
|
|
return -EINVAL;
|
|
|
|
|
|
|
|
+ printk(KERN_INFO "firmware: requesting %s\n", name);
|
|
|
|
+
|
|
*firmware_p = firmware = kzalloc(sizeof(*firmware), GFP_KERNEL);
|
|
*firmware_p = firmware = kzalloc(sizeof(*firmware), GFP_KERNEL);
|
|
if (!firmware) {
|
|
if (!firmware) {
|
|
printk(KERN_ERR "%s: kmalloc(struct firmware) failed\n",
|
|
printk(KERN_ERR "%s: kmalloc(struct firmware) failed\n",
|