Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit d0fd64c1 authored by Pavel Shved's avatar Pavel Shved Committed by David S. Miller
Browse files

farsync: add module_put to error path in fst_open()



The fst_open() function, after a successful try_module_get() may return
an error code if hdlc_open() returns it.  However, it does not put the
module on this error path.

This patch adds the necessary module_put() call.

Found by Linux Driver Verification project (linuxtesting.org).

Signed-off-by: default avatarPavel Shved <shved@ispras.ru>
Signed-off-by: default avatarDavid S. Miller <davem@conan.davemloft.net>
parent 1eddcead
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment