Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3469
b: refs/heads/master
c: 5f6b551
h: refs/heads/master
i:
  3467: f76bf46
v: v3
  • Loading branch information
Sascha Hauer authored and Jeff Garzik committed Jun 26, 2005
1 parent 644dffd commit 2cb6da7
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: 1db1a8740abc90f4715a48cd970506686e6da5b1
refs/heads/master: 5f6b5517bfcae217d52a7607b1bebc3a257f45d1
4 changes: 2 additions & 2 deletions trunk/drivers/net/dm9000.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ static void dm9000_outblk_32bit(void __iomem *reg, void *data, int count)

static void dm9000_inblk_8bit(void __iomem *reg, void *data, int count)
{
readsb(reg, data, count+1);
readsb(reg, data, count);
}


Expand Down Expand Up @@ -364,7 +364,7 @@ dm9000_release_board(struct platform_device *pdev, struct board_info *db)
}

if (db->addr_res != NULL) {
release_resource(db->data_req);
release_resource(db->addr_res);
kfree(db->addr_req);
}
}
Expand Down

0 comments on commit 2cb6da7

Please sign in to comment.