tg3: remove redundant pm init code
authorYijing Wang <wangyijing@huawei.com>
Sun, 2 Jun 2013 21:36:21 +0000 (21:36 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Jun 2013 07:48:11 +0000 (00:48 -0700)
Pci_enable_device() will set device pm state to D0, so
it's no need to do it again in tg3_init_one().

Acked-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found