forked from Minki/linux
Staging: wlags49_h2: wl_netdev: remove casts from void*
Remove unnesessary casts from void*. Signed-off-by: Kulikov Vasiliy <segooon@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
2f72aee189
commit
c755a82832
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user