Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205841
b: refs/heads/master
c: c755a82
h: refs/heads/master
i:
  205839: ce47e17
v: v3
  • Loading branch information
Kulikov Vasiliy authored and Greg Kroah-Hartman committed Jul 8, 2010
1 parent 8d2aceb commit 9aabb33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 2f72aee1896bafa0fbf0ef2cdc3babe399057a11
refs/heads/master: c755a8283212659bad39e387377c337a27156d8a
4 changes: 2 additions & 2 deletions trunk/drivers/staging/wlags49_h2/wl_netdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1905,8 +1905,8 @@ int wl_rx_dma( struct net_device *dev )
DBG_FUNC("wl_rx")
DBG_PARAM(DbgInfo, "dev", "%s (0x%p)", dev->name, dev);

if((( lp = (struct wl_private *)dev->priv ) != NULL ) &&
!( lp->flags & WVLAN2_UIL_BUSY )) {
if((( lp = dev->priv ) != NULL ) &&
!( lp->flags & WVLAN2_UIL_BUSY )) {

#ifdef USE_RTS
if( lp->useRTS == 1 ) {
Expand Down

0 comments on commit 9aabb33

Please sign in to comment.