Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341686
b: refs/heads/master
c: c3771a3
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings committed Dec 1, 2012
1 parent 7e4228a commit 3a224f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: ef492f11efed9a6a1686bf914fb74468df59385c
refs/heads/master: c3771a35bebeea16c4fd94d1116010cc02b1f75e
3 changes: 0 additions & 3 deletions trunk/drivers/net/ethernet/sfc/nic.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,6 @@ static int efx_alloc_special_buffer(struct efx_nic *efx,
buffer->entries = len / EFX_BUF_SIZE;
BUG_ON(buffer->dma_addr & (EFX_BUF_SIZE - 1));

/* All zeros is a potentially valid event so memset to 0xff */
memset(buffer->addr, 0xff, len);

/* Select new buffer ID */
buffer->index = efx->next_buffer_table;
efx->next_buffer_table += buffer->entries;
Expand Down

0 comments on commit 3a224f4

Please sign in to comment.