igb: remove unused switch statement from igb_set_wol
authorAlexander Duyck <alexander.h.duyck@intel.com>
Thu, 23 Jul 2009 18:09:30 +0000 (18:09 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 26 Jul 2009 16:46:56 +0000 (09:46 -0700)
commit08a72b5dced32889594e08008cca0d0582f2d3d8
tree0933ad191c568c5deaa6406a6bfeb2f480a8a573
parent5ac1665906559768029c398d9ede8e7cdd73004e
igb: remove unused switch statement from igb_set_wol

There is a switch statement in igb_set_wol that defaults to break and
doesn't actually do anything.  As such it should be removed.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/igb/igb_ethtool.c