From: Julia Lawall Date: Thu, 2 Jan 2014 23:40:31 +0000 (+0100) Subject: smsc9420: use named constants for pci_power_t values X-Git-Tag: v3.14-rc1~94^2~307 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c018b7af5e9e59c19df39a86e3da58e6293d922b;p=pandora-kernel.git smsc9420: use named constants for pci_power_t values The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ expression e1,e2; @@ pci_enable_wake(e1, - 0 + PCI_D0 ,e2) // Signed-off-by: Julia Lawall Signed-off-by: David S. Miller --- Reading git-diff-tree failed