Files
linux/drivers/net
Julia Lawall c018b7af5e 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>
2014-01-03 19:58:48 -05:00
..
2014-01-01 22:54:15 -05:00
2013-12-28 01:20:46 -05:00
2013-12-26 13:29:35 -05:00
2014-01-02 02:41:22 -05:00
2013-12-10 22:28:06 -05:00