Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14648d65 authored by Fengguang Wu's avatar Fengguang Wu Committed by Emmanuel Grumbach
Browse files

iwlwifi: mvm: fix coccinelle warnings



drivers/net/wireless/iwlwifi/mvm/led.c:106:2-3: Unneeded semicolon

 Removes unneeded semicolon.

Generated by: coccinelle/misc/semicolon.cocci

CC: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
parent 51368bf7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ int iwl_mvm_leds_init(struct iwl_mvm *mvm)
		return 0;
	default:
		return -EINVAL;
	};
	}

	mvm->led.name = kasprintf(GFP_KERNEL, "%s-led",
				   wiphy_name(mvm->hw->wiphy));