Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122357
b: refs/heads/master
c: feea6a5
h: refs/heads/master
i:
  122355: 22062e5
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Nov 27, 2008
1 parent 3948e40 commit 5869d04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 157653ce79a606409a8bfb496cba797b2984b18f
refs/heads/master: feea6a574d432e08cebf66d993a6ed1f310e0e5d
5 changes: 2 additions & 3 deletions trunk/drivers/net/ixgbe/ixgbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2460,7 +2460,7 @@ static void ixgbe_acquire_msix_vectors(struct ixgbe_adapter *adapter,
* Once we know the feature-set enabled for the device, we'll cache
* the register offset the descriptor ring is assigned to.
**/
static void __devinit ixgbe_cache_ring_register(struct ixgbe_adapter *adapter)
static void ixgbe_cache_ring_register(struct ixgbe_adapter *adapter)
{
int feature_mask = 0, rss_i;
int i, txr_idx, rxr_idx;
Expand Down Expand Up @@ -2565,8 +2565,7 @@ static int ixgbe_alloc_queues(struct ixgbe_adapter *adapter)
* Attempt to configure the interrupts using the best available
* capabilities of the hardware and the kernel.
**/
static int __devinit ixgbe_set_interrupt_capability(struct ixgbe_adapter
*adapter)
static int ixgbe_set_interrupt_capability(struct ixgbe_adapter *adapter)
{
int err = 0;
int vector, v_budget;
Expand Down

0 comments on commit 5869d04

Please sign in to comment.