aboutsummaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2007-11-14 16:59:26 -0800
committerLinus Torvalds <[email protected]>2007-11-14 18:45:39 -0800
commit90d8dabf74179e6615bd4688a118e12ec29ab7aa (patch)
treee68d18238d7e07702c7ab2300f742c2d8cd4ebcb /include/linux/timerqueue.h
parente62aa046e1748b8ea0354951685478030392cf56 (diff)
drivers/misc: Move misplaced pci_dev_put's
Move pci_dev_put outside the loops in which it occurs. Within the loop, pci_dev_put is done implicitly by 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 <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions