Commit b9811891 authored by Julia Lawall's avatar Julia Lawall Committed by Greg Kroah-Hartman

staging: wilc1000: fix typo

firmare -> firmware
Signed-off-by: default avatarJulia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 95b8cb89
......@@ -362,7 +362,7 @@ int wilc_wlan_get_firmware(struct net_device *dev)
goto _fail_;
if (request_firmware(&wilc_firmware, firmware, wilc->dev) != 0) {
netdev_err(dev, "%s - firmare not available\n", firmware);
netdev_err(dev, "%s - firmware not available\n", firmware);
ret = -1;
goto _fail_;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment