Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 196036
b: refs/heads/master
c: 6f18ff9
h: refs/heads/master
v: v3
  • Loading branch information
Rafael J. Wysocki authored and Greg Kroah-Hartman committed May 21, 2010
1 parent 5d5c34c commit 0d82d5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: db1afffab0b5d9f6d31f8f4bea44c9cb3bc59351
refs/heads/master: 6f18ff91d926ab411749a199b06a49f6bc72e9af
5 changes: 2 additions & 3 deletions trunk/drivers/base/firmware_class.c
Original file line number Diff line number Diff line change
Expand Up @@ -507,15 +507,14 @@ _request_firmware(const struct firmware **firmware_p, const char *name,
builtin++) {
if (strcmp(name, builtin->name))
continue;
dev_info(device, "firmware: using built-in firmware %s\n",
name);
dev_dbg(device, "firmware: using built-in firmware %s\n", name);
firmware->size = builtin->size;
firmware->data = builtin->data;
return 0;
}

if (uevent)
dev_info(device, "firmware: requesting %s\n", name);
dev_dbg(device, "firmware: requesting %s\n", name);

retval = fw_setup_device(firmware, &f_dev, name, device, uevent);
if (retval)
Expand Down

0 comments on commit 0d82d5d

Please sign in to comment.