Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ssb/trivial: replace numeric with standard PM state macros

Use standard PM state macros PCI_Dx instead of numeric 0/1/2..

Signed-off-by: Yijing Wang <wangyijing@huawei.com>
Cc: netdev@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Yijing Wang and committed by
David S. Miller
d36a21da 1ca01512

+1 -1
+1 -1
drivers/ssb/pcihost_wrapper.c
··· 38 38 struct ssb_bus *ssb = pci_get_drvdata(dev); 39 39 int err; 40 40 41 - pci_set_power_state(dev, 0); 41 + pci_set_power_state(dev, PCI_D0); 42 42 err = pci_enable_device(dev); 43 43 if (err) 44 44 return err;