diff options
author | Julia Lawall <Julia.Lawall@lip6.fr> | 2014-01-03 00:40:30 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2014-01-05 11:43:28 +0100 |
commit | ec06b2bea73ed0db1e400ff5143c14e31836a77c (patch) | |
tree | 71992205812fc0162489a37339c2b2f84e57a3db /tools/perf/scripts/python | |
parent | b2c53e206967d01fd4fb6dd525f89ae738beb2e6 (diff) |
ALSA: cs5535audio: use named constants for pci_power_t values
The semantic patch that makes this change is as follows:
(http://coccinelle.lip6.fr/)
// <smpl>
@@
expression pdev;
@@
pci_set_power_state(pdev,
- 3
+ PCI_D3hot
)
// </smpl>
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions