Re: [PATCH 3/3] smsc9420: use named constants for pci_power_t values

2014-01-03 Thread David Miller
From: Julia Lawall Date: Fri, 3 Jan 2014 00:40:31 +0100 > From: Julia Lawall > > The semantic patch that makes this change is as follows: > (http://coccinelle.lip6.fr/) ... > Signed-off-by: Julia Lawall Applied, thanks Julia. -- To unsubscribe from this list: send the line "unsubscribe linu

[PATCH 3/3] smsc9420: use named constants for pci_power_t values

2014-01-02 Thread Julia Lawall
From: Julia Lawall 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 --- drivers/net/ethernet/smsc/smsc9420.c |2 +- 1 file changed, 1 insertion(+), 1 de