commit | c018b7af5e9e59c19df39a86e3da58e6293d922b | [log] [tgz] |
---|---|---|
author | Julia Lawall <Julia.Lawall@lip6.fr> | Fri Jan 03 00:40:31 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 03 19:58:48 2014 -0500 |
tree | 152281ce9da3eef43b507d56dc45f761e716015d | |
parent | e9bf3b075384b3b400ab4689a2014860704164b7 [diff] |
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>