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

Commit 659373d5 authored by Emmanuel Grumbach's avatar Emmanuel Grumbach Committed by Wey-Yi Guy
Browse files

iwlwifi: fix IDI compilation



This is a fixup for my:
iwlwifi: kill iwl_bus.h

Please fold them into one patch for upstream

Signed-off-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: default avatarWey-Yi Guy <wey-yi.w.guy@intel.com>
parent 37891123
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -278,7 +278,7 @@ static int iwl_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)

#ifdef CONFIG_IWLWIFI_IDI
	iwl_trans = iwl_trans_idi_alloc(shrd, pdev, ent);
	if (trans == NULL) {
	if (iwl_trans == NULL) {
		err = -ENOMEM;
		goto out_free_bus;
	}