Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 167709
b: refs/heads/master
c: 57dada6
h: refs/heads/master
i:
  167707: 867fd1e
v: v3
  • Loading branch information
Ben Dooks authored and David S. Miller committed Oct 21, 2009
1 parent 22ed8ee commit a6cce00
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 78abcb13dd573f80d76d12007b36200a86f1e494
refs/heads/master: 57dada6819160eb08f2945fb847045f173d3218d
3 changes: 3 additions & 0 deletions trunk/drivers/net/ks8851.c
Original file line number Diff line number Diff line change
Expand Up @@ -1239,6 +1239,9 @@ static int __devinit ks8851_probe(struct spi_device *spi)
ndev->netdev_ops = &ks8851_netdev_ops;
ndev->irq = spi->irq;

/* issue a global soft reset to reset the device. */
ks8851_soft_reset(ks, GRR_GSR);

/* simple check for a valid chip being connected to the bus */

if ((ks8851_rdreg16(ks, KS_CIDER) & ~CIDER_REV_MASK) != CIDER_ID) {
Expand Down

0 comments on commit a6cce00

Please sign in to comment.