Skip to content

Commit

Permalink
staging: ft1000: Fix coding style in ft1000_reset function.
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Marek Belisko authored and Greg Kroah-Hartman committed Mar 14, 2011
1 parent 05a7c39 commit 2dd9017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/ft1000/ft1000-usb/ft1000_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -882,8 +882,8 @@ int reg_ft1000_netdev(struct ft1000_device *ft1000dev,

static int ft1000_reset(struct net_device *dev)
{
ft1000_reset_card(dev);
return 0;
ft1000_reset_card(dev);
return 0;
}

//---------------------------------------------------------------------------
Expand Down

0 comments on commit 2dd9017

Please sign in to comment.