From: Julia Lawall Date: Thu, 2 Jan 2014 23:40:29 +0000 (+0100) Subject: mfd: sta2x11-mfd: Use named constants for pci_power_t values X-Git-Tag: v3.14-rc1~142^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d1d99807ae6a291faf3ac0732257a56d93598ed;p=pandora-kernel.git mfd: sta2x11-mfd: Use named constants for pci_power_t values If nothing more than to improve code readability. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ expression pdev; @@ pci_set_power_state(pdev, - 0 + PCI_D0 ) // Signed-off-by: Julia Lawall Signed-off-by: Lee Jones --- Reading git-diff-tree failed