projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3789112
)
iwlwifi: fix IDI compilation
author
Emmanuel Grumbach
<
[email protected]
>
Thu, 23 Feb 2012 08:18:00 +0000
(10:18 +0200)
committer
Wey-Yi Guy
<
[email protected]
>
Mon, 27 Feb 2012 21:57:24 +0000
(13:57 -0800)
This is a fixup for my:
iwlwifi: kill iwl_bus.h
Please fold them into one patch for upstream
Signed-off-by: Emmanuel Grumbach <
[email protected]
>
Signed-off-by: Wey-Yi Guy <
[email protected]
>
drivers/net/wireless/iwlwifi/iwl-pci.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/iwlwifi/iwl-pci.c
b/drivers/net/wireless/iwlwifi/iwl-pci.c
index 0ce704715ce9e7d1141e16771aa1732b3dfcc230..06e004157dcc46838f24def0474be317a62161e7 100644
(file)
--- a/
drivers/net/wireless/iwlwifi/iwl-pci.c
+++ b/
drivers/net/wireless/iwlwifi/iwl-pci.c
@@
-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;
}