staging: wilc1000: fix typo
firmare -> firmware Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
95b8cb8917
commit
b9811891a9
@ -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_;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user