diff options
author | Julia Lawall <Julia.Lawall@lip6.fr> | 2014-01-03 03:40:31 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-04 04:58:48 +0400 |
commit | c018b7af5e9e59c19df39a86e3da58e6293d922b (patch) | |
tree | 152281ce9da3eef43b507d56dc45f761e716015d /drivers/ntb/Kconfig | |
parent | e9bf3b075384b3b400ab4689a2014860704164b7 (diff) | |
download | linux-c018b7af5e9e59c19df39a86e3da58e6293d922b.tar.xz |
smsc9420: use named constants for pci_power_t values
The semantic patch that makes this change is as follows:
(http://coccinelle.lip6.fr/)
// <smpl>
@@
expression e1,e2;
@@
pci_enable_wake(e1,
- 0
+ PCI_D0
,e2)
// </smpl>
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/ntb/Kconfig')
0 files changed, 0 insertions, 0 deletions