diff options
author | 2014-01-03 00:40:31 +0100 | |
---|---|---|
committer | 2014-01-03 19:58:48 -0500 | |
commit | c018b7af5e9e59c19df39a86e3da58e6293d922b (patch) | |
tree | 152281ce9da3eef43b507d56dc45f761e716015d /net/tipc | |
parent | Merge branch 'tunnel_dst_caching' (diff) | |
download | wireguard-linux-c018b7af5e9e59c19df39a86e3da58e6293d922b.tar.xz wireguard-linux-c018b7af5e9e59c19df39a86e3da58e6293d922b.zip |
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 'net/tipc')
0 files changed, 0 insertions, 0 deletions