Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223760
b: refs/heads/master
c: 4a5fc4e
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Dec 28, 2010
1 parent 6a6b251 commit 84df47c
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: d39cd5e99a0ad88aba6793fb5e5f34e29cda6e6f
refs/heads/master: 4a5fc4e179d79c79ad87bfc12a2d7e9b2371e40c
2 changes: 1 addition & 1 deletion trunk/drivers/net/skfp/skfddi.c
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ static int skfp_driver_init(struct net_device *dev)
bp->SharedMemAddr = pci_alloc_consistent(&bp->pdev,
bp->SharedMemSize,
&bp->SharedMemDMA);
if (!bp->SharedMemSize) {
if (!bp->SharedMemAddr) {
printk("could not allocate mem for ");
printk("hardware module: %ld byte\n",
bp->SharedMemSize);
Expand Down

0 comments on commit 84df47c

Please sign in to comment.