staging: ft1000: Fix coding style in ft1000_close function.

Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Marek Belisko
2011-03-10 11:51:31 +01:00
committed by Greg Kroah-Hartman
parent a01ffcd69f
commit a007e842af

View File

@@ -1290,14 +1290,13 @@ int ft1000_close(struct net_device *net)
//DEBUG("ft1000_close: calling usb_kill_urb \n");
DEBUG("ft1000_close: pInfo=%p, ft1000dev=%p\n", pInfo, ft1000dev);
netif_carrier_off(net);//mbelian
netif_carrier_off(net); //mbelian
netif_stop_queue(net);
//DEBUG("ft1000_close: netif_stop_queue called\n");
ft1000dev->status &= ~FT1000_STATUS_CLOSING;
pInfo->ProgConStat = 0xff; //mbelian
return 0;
}