aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/char/moxa.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/char/moxa.c b/drivers/char/moxa.c
index 6757b1922f4f..1ab9517c24c5 100644
--- a/drivers/char/moxa.c
+++ b/drivers/char/moxa.c
@@ -846,7 +846,10 @@ static int moxa_init_board(struct moxa_board_conf *brd, struct device *dev)
846 846
847 ret = request_firmware(&fw, file, dev); 847 ret = request_firmware(&fw, file, dev);
848 if (ret) { 848 if (ret) {
849 printk(KERN_ERR "request_firmware failed\n"); 849 printk(KERN_ERR "MOXA: request_firmware failed. Make sure "
850 "you've placed '%s' file into your firmware "
851 "loader directory (e.g. /lib/firmware)\n",
852 file);
850 goto err_free; 853 goto err_free;
851 } 854 }
852 855