Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35161
b: refs/heads/master
c: 5243a37
h: refs/heads/master
i:
  35159: 87447cc
v: v3
  • Loading branch information
Henrik Kretzschmar authored and Jeff Garzik committed Aug 19, 2006
1 parent 87fba30 commit cf969fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 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: a513c315f95c6d73041436fd1598d51722bd6264
refs/heads/master: 5243a37b7991c85e3ea3afb6e3e13eea7ec2927d
19 changes: 0 additions & 19 deletions trunk/drivers/net/via-velocity.h
Original file line number Diff line number Diff line change
Expand Up @@ -262,25 +262,6 @@ struct velocity_rd_info {
dma_addr_t skb_dma;
};

/**
* alloc_rd_info - allocate an rd info block
*
* Alocate and initialize a receive info structure used for keeping
* track of kernel side information related to each receive
* descriptor we are using
*/

static inline struct velocity_rd_info *alloc_rd_info(void)
{
struct velocity_rd_info *ptr;
if ((ptr = kmalloc(sizeof(struct velocity_rd_info), GFP_ATOMIC)) == NULL)
return NULL;
else {
memset(ptr, 0, sizeof(struct velocity_rd_info));
return ptr;
}
}

/*
* Used to track transmit side buffers.
*/
Expand Down

0 comments on commit cf969fc

Please sign in to comment.