Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324715
b: refs/heads/master
c: 4b9645b
h: refs/heads/master
i:
  324713: c369ca1
  324711: 4257b2e
v: v3
  • Loading branch information
Devendra Naga authored and Greg Kroah-Hartman committed Sep 4, 2012
1 parent 5b654f5 commit 89da99d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 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: e4d653f3e280dc60e66a8bed98fef3c6ec4f1479
refs/heads/master: 4b9645b711153e5e7bbbc9f15766190124b3fe7c
12 changes: 0 additions & 12 deletions trunk/drivers/staging/wlags49_h2/wl_netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,6 @@ void wl_tx_timeout( struct net_device *dev )
wl_unlock( lp, &flags );

DBG_LEAVE( DbgInfo );
return;
} // wl_tx_timeout
/*============================================================================*/

Expand Down Expand Up @@ -1292,7 +1291,6 @@ void wl_device_dealloc( struct net_device *dev )
free_netdev( dev );

DBG_LEAVE( DbgInfo );
return;
} // wl_device_dealloc
/*============================================================================*/

Expand Down Expand Up @@ -1547,7 +1545,6 @@ void wl_wds_device_alloc( struct wl_private *lp )
WL_WDS_NETIF_STOP_QUEUE( lp );

DBG_LEAVE( DbgInfo );
return;
} // wl_wds_device_alloc
/*============================================================================*/

Expand Down Expand Up @@ -1593,7 +1590,6 @@ void wl_wds_device_dealloc( struct wl_private *lp )
}

DBG_LEAVE( DbgInfo );
return;
} // wl_wds_device_dealloc
/*============================================================================*/

Expand Down Expand Up @@ -1629,8 +1625,6 @@ void wl_wds_netif_start_queue( struct wl_private *lp )
}
}
}

return;
} // wl_wds_netif_start_queue
/*============================================================================*/

Expand Down Expand Up @@ -1666,8 +1660,6 @@ void wl_wds_netif_stop_queue( struct wl_private *lp )
}
}
}

return;
} // wl_wds_netif_stop_queue
/*============================================================================*/

Expand Down Expand Up @@ -1703,8 +1695,6 @@ void wl_wds_netif_wake_queue( struct wl_private *lp )
}
}
}

return;
} // wl_wds_netif_wake_queue
/*============================================================================*/

Expand Down Expand Up @@ -1738,8 +1728,6 @@ void wl_wds_netif_carrier_on( struct wl_private *lp )
}
}
}

return;
} // wl_wds_netif_carrier_on
/*============================================================================*/

Expand Down

0 comments on commit 89da99d

Please sign in to comment.