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

Skip to content
Commit 219bb89b authored by Vamsi Krishna's avatar Vamsi Krishna
Browse files

ks_bridge: Use cdev interface instead of misc interface



Using misc device interface may result in deadlock if two drivers
are trying to open/close/register/unregister misc devices
simultaneously. Deadlock is observed when one driver is blocked on
open and another dependent driver is trying to unregister misc
device. To avoid such issues use cdev interface to expose character
device

Change-Id: I5e4a20846027875b0d1556cc28d773968dd0819c
Signed-off-by: default avatarVamsi Krishna <vskrishn@codeaurora.org>
parent 8f583bb6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment