Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317789
b: refs/heads/master
c: b3a87c3
h: refs/heads/master
i:
  317787: 193cd98
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Jul 9, 2012
1 parent e68cfb5 commit f00179b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3bc2311e32daef1b62f45bc5d1da936f4cb31111
refs/heads/master: b3a87c3767b476a2115a8d9c7aa5496c153d1dc5
5 changes: 2 additions & 3 deletions trunk/drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,10 @@ static inline u16 ft1000_read_fifo_len(struct net_device *dev)
{
struct ft1000_info *info = netdev_priv(dev);

if (info->AsicID == ELECTRABUZZ_ID) {
if (info->AsicID == ELECTRABUZZ_ID)
return (ft1000_read_reg(dev, FT1000_REG_UFIFO_STAT) - 16);
} else {
else
return (ft1000_read_reg(dev, FT1000_REG_MAG_UFSR) - 16);
}
}

//---------------------------------------------------------------------------
Expand Down

0 comments on commit f00179b

Please sign in to comment.