Skip to content
Commit caf0e8e0 authored by Jiri Slaby's avatar Jiri Slaby Committed by David Woodhouse
Browse files

mtd: cfi_cmdset_0002, fix lock imbalance



Stanse found a double unlock in get_chip. get_chip is called with
chip->mutex held and caller is responsible for unlocking it too.

Do not unlock the lock in get_chip on a fail path. This would mean
a double unlock.

Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 51eeb878
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment