Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144584
b: refs/heads/master
c: 00b64f2
h: refs/heads/master
v: v3
  • Loading branch information
Sergey Senozhatsky authored and David S. Miller committed May 1, 2009
1 parent c6e6ef9 commit a0c6a80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 0f3d042ed2f934f149ccb78300454beaf0c1134b
refs/heads/master: 00b64f2aa5e8741b49e48ebad1116cc78dbbf0fd
2 changes: 1 addition & 1 deletion trunk/drivers/net/cxgb3/t3_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -3779,7 +3779,7 @@ int t3_prep_adapter(struct adapter *adapter, const struct adapter_info *ai,

adapter->params.info = ai;
adapter->params.nports = ai->nports0 + ai->nports1;
adapter->params.chan_map = !!ai->nports0 | (!!ai->nports1 << 1);
adapter->params.chan_map = (!!ai->nports0) | (!!ai->nports1 << 1);
adapter->params.rev = t3_read_reg(adapter, A_PL_REV);
/*
* We used to only run the "adapter check task" once a second if
Expand Down

0 comments on commit a0c6a80

Please sign in to comment.