From: Julia Lawall Date: Thu, 2 Jan 2014 23:40:30 +0000 (+0100) Subject: ALSA: cs5535audio: use named constants for pci_power_t values X-Git-Tag: v3.14-rc1~143^2~1^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec06b2bea73ed0db1e400ff5143c14e31836a77c;p=pandora-kernel.git ALSA: cs5535audio: use named constants for pci_power_t values The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ expression pdev; @@ pci_set_power_state(pdev, - 3 + PCI_D3hot ) // Signed-off-by: Julia Lawall Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed