drivers: ata: pata_arasan_cf: use the same name for the same lock
authorIago Abal <mail@iagoabal.eu>
Mon, 27 Jun 2016 07:51:42 +0000 (09:51 +0200)
committerTejun Heo <tj@kernel.org>
Tue, 28 Jun 2016 16:49:40 +0000 (12:49 -0400)
commit3e70af86e52e9e9e8fe32027b0471a8da93b498e
tree08b14b527d5a53d3229deb72ebf8be07e588b9b4
parentf3f99d37e668f080d167cf11f3b2e986df2d315d
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: Iago Abal <mail@iagoabal.eu>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/pata_arasan_cf.c