Files
kernel-tenderloin-3.0/arch/ppc/platforms
Julia Lawall bd4c2edc90 [POWERPC] arch/ppc: Remove an unnecessary pci_dev_put
Remove an unnecessary pci_dev_put.  pci_dev_put is called implicitly
by the subsequent call to pci_get_device.

The problem was detected using the following semantic patch, and
corrected by hand.

@@
expression dev;
expression E;
@@

- pci_dev_put(dev)
   ... when != dev = E
- pci_get_device(...,dev)

Signed-off-by: Julia Lawall <julia@diku.dk>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2007-12-20 17:13:50 +11:00
..
2005-04-16 15:20:36 -07:00
2007-10-19 11:53:42 -07:00
2005-04-16 15:20:36 -07:00
2007-05-12 11:32:49 +10:00
2006-10-03 23:01:26 +02:00
2007-05-12 11:32:49 +10:00
2007-05-12 11:32:49 +10:00
2007-05-12 11:32:49 +10:00
2007-05-12 11:32:49 +10:00
2006-10-03 23:01:26 +02:00
2005-04-16 15:20:36 -07:00
2006-10-10 11:55:25 +10:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2006-10-03 23:01:26 +02:00