Project

General

Profile

Feature #4360

Updated by Vadim Mutilin over 9 years ago

The main lock function is sdio_claim_host(), unlock function is sdio_release_host(). 
 Other functions to be modeled should be identified across users of mmc_claim_host(), mmc_try_claim_host(), mmc_release_host(). 

 This is an example of violation of this rule: "1575714":https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=1575714 
 https://patchwork.kernel.org/patch/349881/

Back