Julia Lawall 4d1d99807a 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/)

// <smpl>
@@
expression pdev;
@@

pci_set_power_state(pdev,
- 0
+ PCI_D0
 )
// </smpl>

Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
2014-01-21 08:29:00 +00:00
..
2013-11-19 15:53:02 -05:00
2013-10-29 12:53:07 +02:00
2013-12-08 18:47:25 -08:00
2013-11-07 19:24:20 +01:00
2013-12-12 11:05:19 -08:00
2014-01-21 08:26:55 +00:00
2013-12-08 18:47:25 -08:00
2013-11-15 14:05:15 -08:00
2014-01-21 08:28:00 +00:00
2013-12-10 08:48:15 +01:00
2013-12-20 09:34:54 -08:00