sata_inic162x: remove unused variable in inic_scr_read()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Mon, 22 Oct 2012 08:58:30 +0000 (16:58 +0800)
committerJeff Garzik <jgarzik@redhat.com>
Wed, 28 Nov 2012 17:39:09 +0000 (12:39 -0500)
commit7f0658d37f2d9a3a251f5b0bf1877eb9ec593f04
tree53aab53a6ed2fc88661941a435d32c54c2cf870d
parent8b34f2cc99df7275652ac6b522a767d750a02b3a
sata_inic162x: remove unused variable in inic_scr_read()

The variable addr is initialized but never used
otherwise, so remove the unused variable.

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
drivers/ata/sata_inic162x.c