Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131308
b: refs/heads/master
c: fcffd0d
h: refs/heads/master
v: v3
  • Loading branch information
Meelis Roos authored and David S. Miller committed Feb 11, 2009
1 parent 5cc8bcf commit c2263e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e672f7db767156bf71adf9c592cfe81b339523d6
refs/heads/master: fcffd0d8bbddac757cd856e635ac75e8eb4518bc
4 changes: 2 additions & 2 deletions trunk/drivers/atm/fore200e.c
Original file line number Diff line number Diff line change
Expand Up @@ -2519,8 +2519,8 @@ fore200e_load_and_start_fw(struct fore200e* fore200e)
return err;

sprintf(buf, "%s%s", fore200e->bus->proc_name, FW_EXT);
if (request_firmware(&firmware, buf, device) == 1) {
printk(FORE200E "missing %s firmware image\n", fore200e->bus->model_name);
if ((err = request_firmware(&firmware, buf, device)) < 0) {
printk(FORE200E "problem loading firmware image %s\n", fore200e->bus->model_name);
return err;
}

Expand Down

0 comments on commit c2263e7

Please sign in to comment.