drivers: ata: pata_arasan_cf: use the same name for the same lock
Note that `&acdev->host->lock' and `qc->ap->lock' denote the same lock, and it's particularly confusing to spin_lock on the former but spin_unlock on the latter. Signed-off-by: NIago Abal <mail@iagoabal.eu> Signed-off-by: NTejun Heo <tj@kernel.org>
Showing
想要评论请 注册 或 登录