]> git.karo-electronics.de Git - karo-tx-linux.git/commit
pata_rdc: remove unused variable in rdc_init_one()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Mon, 22 Oct 2012 08:55:50 +0000 (16:55 +0800)
committerJeff Garzik <jgarzik@redhat.com>
Wed, 28 Nov 2012 17:38:53 +0000 (12:38 -0500)
commit8b34f2cc99df7275652ac6b522a767d750a02b3a
tree7626e2b2b583892e5c6170aab519d59c949f5110
parentabf8f2b877846573f0e6498883fe43f08be5696d
pata_rdc: remove unused variable in rdc_init_one()

The variable port_flags 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/pata_rdc.c