Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 374657
b: refs/heads/master
c: e6a30fe
h: refs/heads/master
i:
  374655: 821bc6a
v: v3
  • Loading branch information
Fengguang Wu authored and Vinod Koul committed Apr 16, 2013
1 parent c204509 commit 5e68892
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: 75c6f0ab480657269b5014e0e457c7b18ba8597e
refs/heads/master: e6a30fec08b421a59064437a7d990c70a80a7e7f
4 changes: 2 additions & 2 deletions trunk/drivers/dma/ioat/dma_v3.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ static void pq16_set_src(struct ioat_raw_descriptor *desc[3],
pq16->coef[idx - 8] = coef;
}

struct ioat_sed_ent *
static struct ioat_sed_ent *
ioat3_alloc_sed(struct ioatdma_device *device, unsigned int hw_pool)
{
struct ioat_sed_ent *sed;
Expand All @@ -287,7 +287,7 @@ ioat3_alloc_sed(struct ioatdma_device *device, unsigned int hw_pool)
return sed;
}

void ioat3_free_sed(struct ioatdma_device *device, struct ioat_sed_ent *sed)
static void ioat3_free_sed(struct ioatdma_device *device, struct ioat_sed_ent *sed)
{
if (!sed)
return;
Expand Down

0 comments on commit 5e68892

Please sign in to comment.