Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87923
b: refs/heads/master
c: 53a0c98
h: refs/heads/master
i:
  87921: 8787764
  87919: ab45a12
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Mar 30, 2008
1 parent d4e38bd commit bf1905d
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: 5cf83b9b1279dbcdbcf91522bf766c998270ec44
refs/heads/master: 53a0c98e117272125183138aefc6b13b4a5f38a1
4 changes: 2 additions & 2 deletions trunk/drivers/dma/ioat_dca.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ struct ioat_dca_slot {

struct ioat_dca_priv {
void __iomem *iobase;
void *dca_base;
void __iomem *dca_base;
int max_requesters;
int requester_count;
u8 tag_map[IOAT_TAG_MAP_LEN];
Expand Down Expand Up @@ -338,7 +338,7 @@ static struct dca_ops ioat2_dca_ops = {
.get_tag = ioat2_dca_get_tag,
};

static int ioat2_dca_count_dca_slots(void *iobase, u16 dca_offset)
static int ioat2_dca_count_dca_slots(void __iomem *iobase, u16 dca_offset)
{
int slots = 0;
u32 req;
Expand Down

0 comments on commit bf1905d

Please sign in to comment.