Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300438
b: refs/heads/master
c: ede7193
h: refs/heads/master
v: v3
  • Loading branch information
Lino Sanfilippo authored and David S. Miller committed Apr 3, 2012
1 parent a453b9d commit 3149d8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: eb6a24816b247c0be6b2e97e68933072874bbe54
refs/heads/master: ede7193d4fdca98178240500d8684dbc139ca26f
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/marvell/sky2.c
Original file line number Diff line number Diff line change
Expand Up @@ -4804,14 +4804,14 @@ static int __devinit sky2_test_msi(struct sky2_hw *hw)

init_waitqueue_head(&hw->msi_wait);

sky2_write32(hw, B0_IMSK, Y2_IS_IRQ_SW);

err = request_irq(pdev->irq, sky2_test_intr, 0, DRV_NAME, hw);
if (err) {
dev_err(&pdev->dev, "cannot assign irq %d\n", pdev->irq);
return err;
}

sky2_write32(hw, B0_IMSK, Y2_IS_IRQ_SW);

sky2_write8(hw, B0_CTST, CS_ST_SW_IRQ);
sky2_read8(hw, B0_CTST);

Expand Down

0 comments on commit 3149d8f

Please sign in to comment.