diff options
author | James Hogan <james.hogan@imgtec.com> | 2014-03-01 22:52:25 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | 2014-03-11 18:56:32 (GMT) |
commit | 262912335c823a2bbcc87003ee55d62cc27f4e48 (patch) | |
tree | 90ad93d575245b05bd1f9b479848995d09aada45 /drivers/media/dvb-frontends/m88ds3103.c | |
parent | cdcb12e78a4559c1842fbf8fb82e770b9f7362d6 (diff) | |
download | linux-262912335c823a2bbcc87003ee55d62cc27f4e48.tar.xz |
[media] rc-main: fix missing unlock if no devno left
While playing with make coccicheck I noticed this message:
drivers/media/rc/rc-main.c:1245:3-9: preceding lock on line 1238
It was introduced by commit 587d1b06e07b ([media] rc-core: reuse device
numbers) which returns -ENOMEM after a mutex_lock without first
unlocking it when there are no more device numbers left. The added code
doesn't depend on the device lock, so move it before the lock is taken.
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/m88ds3103.c')
0 files changed, 0 insertions, 0 deletions