]> git.karo-electronics.de Git - linux-beck.git/commit
iwlwifi: fix double hyphen in MODULE_FIRMWARE for 8000
authorJürg Billeter <j@bitron.ch>
Mon, 10 Oct 2016 16:30:01 +0000 (18:30 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Feb 2017 07:08:29 +0000 (08:08 +0100)
commit97663735a96f0cd7c851bbb8f08cff66d617220c
tree37b9f91195dd141c52a0909f32b00685b966a4ed
parent3d8ec7d2d5f9fdb83617f044ad9bcfa3cf6830b9
iwlwifi: fix double hyphen in MODULE_FIRMWARE for 8000

commit 7941c59e45f3b6d30e07375e9b6713427e0a9f98 upstream.

Mistakenly, the driver is trying to load the 8000C firmware with an
incorrect name (i.e. with two hyphens where there should be only one)
and that fails.  Fix that by removing the hyphen from the format
macro.

Fixes: e1ba684f762b ("iwlwifi: 8000: fix MODULE_FIRMWARE input")
Signed-off-by: Jürg Billeter <j@bitron.ch>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/wireless/intel/iwlwifi/iwl-8000.c