diff --git a/[refs] b/[refs] index 80b8cc788ffb..156312538141 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a350d1fdfb6ed326493fe7e024acd8f65f7437c4 +refs/heads/master: e4d653f3e280dc60e66a8bed98fef3c6ec4f1479 diff --git a/trunk/drivers/staging/wlags49_h2/wl_netdev.c b/trunk/drivers/staging/wlags49_h2/wl_netdev.c index 2259a5fb6183..5eda3c676338 100644 --- a/trunk/drivers/staging/wlags49_h2/wl_netdev.c +++ b/trunk/drivers/staging/wlags49_h2/wl_netdev.c @@ -1765,10 +1765,10 @@ void wl_wds_netif_carrier_off( struct wl_private *lp ) { int count; - if( lp != NULL ) { - for( count = 0; count < NUM_WDS_PORTS; count++ ) { - if( lp->wds_port[count].is_registered ) - netif_carrier_off( lp->wds_port[count].dev ); + if(lp != NULL) { + for(count = 0; count < NUM_WDS_PORTS; count++) { + if(lp->wds_port[count].is_registered) + netif_carrier_off(lp->wds_port[count].dev); } }