summaryrefslogtreecommitdiff
path: root/arch/sparc/kernel/pci_sabre.c
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2010-05-27 10:31:51 (GMT)
committerJoerg Roedel <joerg.roedel@amd.com>2010-05-27 10:40:11 (GMT)
commit84fe6c19e4a598e8071e3bd1b2c923454eae1268 (patch)
tree97acb87b00cc194665caf8cc5920cd7e7858bac1 /arch/sparc/kernel/pci_sabre.c
parent795e74f7a69f9c08afa4fa7c86cc4f18a62bd630 (diff)
downloadlinux-fsl-qoriq-84fe6c19e4a598e8071e3bd1b2c923454eae1268.tar.xz
arch/x86/kernel: Add missing spin_unlock
Add a spin_unlock missing on the error path. The locks and unlocks are balanced in other functions, so it seems that the same should be the case here. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression E1; @@ * spin_lock(E1,...); <+... when != E1 if (...) { ... when != E1 * return ...; } ...+> * spin_unlock(E1,...); // </smpl> Cc: stable@kernel.org Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Diffstat (limited to 'arch/sparc/kernel/pci_sabre.c')
0 files changed, 0 insertions, 0 deletions