Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95203
b: refs/heads/master
c: ec09cd5
h: refs/heads/master
i:
  95201: 809c241
  95199: fdbfb75
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Apr 30, 2008
1 parent ba6e574 commit 8445fa9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: b9705b603d1d29471aa2977e6310f4f9a4e85925
refs/heads/master: ec09cd562135158dcb8a6c08e5a9efa36febedb1
5 changes: 4 additions & 1 deletion trunk/drivers/char/moxa.c
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,10 @@ static int moxa_init_board(struct moxa_board_conf *brd, struct device *dev)

ret = request_firmware(&fw, file, dev);
if (ret) {
printk(KERN_ERR "request_firmware failed\n");
printk(KERN_ERR "MOXA: request_firmware failed. Make sure "
"you've placed '%s' file into your firmware "
"loader directory (e.g. /lib/firmware)\n",
file);
goto err_free;
}

Expand Down

0 comments on commit 8445fa9

Please sign in to comment.