pata_arasan_cf: declare/use more local variables in arasan_cf_dma_start()
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Thu, 1 Nov 2012 15:28:36 +0000 (18:28 +0300)
committerJeff Garzik <jgarzik@redhat.com>
Wed, 28 Nov 2012 17:40:07 +0000 (12:40 -0500)
'acdev->qc', 'acdev->qc->ap', and 'acdev->qc->tf' expressions are used multiple
times in this function, so it makes sense to use the local variables for them.

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/pata_arasan_cf.c

Simple merge