]> git.baikalelectronics.ru Git - kernel.git/commit
net, ipw2x00: remove redundant D0 power state set
authorYijing Wang <wangyijing@huawei.com>
Thu, 30 May 2013 10:21:29 +0000 (18:21 +0800)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 3 Jun 2013 19:55:45 +0000 (15:55 -0400)
commitae81ea784b0a915537ab15fe23a51ed066ed0542
treebd2623116c1d0193a9d4c6d95e517c967960342c
parent6c2b1065c57f642038da2dbe5658d55b35821183
net, ipw2x00: remove redundant D0 power state set

Pci_enable_device() will set device power state to D0,
so it's no need to do it again in ipw2100_pci_init_one().

Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ipw2x00/ipw2100.c