git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9bf3b0
)
smsc9420: use named constants for pci_power_t values
author
Julia Lawall
<Julia.Lawall@lip6.fr>
Thu, 2 Jan 2014 23:40:31 +0000
(
00:40
+0100)
committer
David S. Miller
<davem@davemloft.net>
Sat, 4 Jan 2014 00:58:48 +0000
(19:58 -0500)
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>
drivers/net/ethernet/smsc/smsc9420.c
patch
|
blob
|
history
diff --cc
drivers/net/ethernet/smsc/smsc9420.c
Simple merge