Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352101
b: refs/heads/master
c: efc496e
h: refs/heads/master
i:
  352099: 0476804
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Feb 6, 2013
1 parent c48327e commit cf151d9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: 62b5942aa5182686e6bab2c6db5dbf2672b8981e
refs/heads/master: efc496eb317ce46755acc46172daa0992b184ed0
1 change: 0 additions & 1 deletion trunk/drivers/net/ethernet/qlogic/netxen/netxen_nic_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ int netxen_alloc_sw_resources(struct netxen_adapter *adapter)

struct netxen_cmd_buffer *cmd_buf_arr;
struct net_device *netdev = adapter->netdev;
struct pci_dev *pdev = adapter->pdev;

tx_ring = kzalloc(sizeof(struct nx_host_tx_ring), GFP_KERNEL);
if (tx_ring == NULL)
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/net/wimax/i2400m/rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1346,7 +1346,6 @@ EXPORT_SYMBOL(i2400m_unknown_barker);
int i2400m_rx_setup(struct i2400m *i2400m)
{
int result = 0;
struct device *dev = i2400m_dev(i2400m);

i2400m->rx_reorder = i2400m_rx_reorder_disabled? 0 : 1;
if (i2400m->rx_reorder) {
Expand Down

0 comments on commit cf151d9

Please sign in to comment.