Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341943
b: refs/heads/master
c: 55cec50
h: refs/heads/master
i:
  341941: 6dad991
  341939: b019bbe
  341935: ebe9b0f
v: v3
  • Loading branch information
Seth Forshee authored and John W. Linville committed Nov 30, 2012
1 parent 240a1ae commit 15ed11c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 697978383e94fff79fc72d9dbf1a03db8ac9784a
refs/heads/master: 55cec505559dade9e7776de8f3d23fc3e54e091d
4 changes: 1 addition & 3 deletions trunk/drivers/net/wireless/brcm80211/brcmsmac/dma.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,10 +349,8 @@ static uint _dma_ctrlflags(struct dma_info *di, uint mask, uint flags)
{
uint dmactrlflags;

if (di == NULL) {
brcms_dbg_dma(di->core, "NULL dma handle\n");
if (di == NULL)
return 0;
}

dmactrlflags = di->dma.dmactrlflags;
dmactrlflags &= ~mask;
Expand Down

0 comments on commit 15ed11c

Please sign in to comment.