Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323061
b: refs/heads/master
c: 4abd044
h: refs/heads/master
i:
  323059: 8b874a6
v: v3
  • Loading branch information
Colin Ian King authored and John W. Linville committed Sep 10, 2012
1 parent f5f6c11 commit 90b0c8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 74673db99ca3c09d34ea479f684522ceedb65eb9
refs/heads/master: 4abd044af91057f7ea661a0f10c00a9673beef6b
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/brcm80211/brcmfmac/bcmsdh_sdmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,8 @@ static int brcmf_sdio_pd_probe(struct platform_device *pdev)

oobirq_entry = kzalloc(sizeof(struct brcmf_sdio_oobirq),
GFP_KERNEL);
if (!oobirq_entry)
return -ENOMEM;
oobirq_entry->irq = res->start;
oobirq_entry->flags = res->flags & IRQF_TRIGGER_MASK;
list_add_tail(&oobirq_entry->list, &oobirq_lh);
Expand Down

0 comments on commit 90b0c8d

Please sign in to comment.