]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ata: ep93xx: cut drvdata assignment
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 30 May 2017 09:46:40 +0000 (11:46 +0200)
committerTejun Heo <tj@kernel.org>
Tue, 30 May 2017 15:54:36 +0000 (11:54 -0400)
commit62a98c2764e24b6ac637e3d3afe9dd6c5f088449
treec6591e7f38d76bb97d5dbfba756e341879cf0740
parent7ed4a21ad3131588e01178c915e6a854f391104e
ata: ep93xx: cut drvdata assignment

ata_host_alloc_pinfo() assigns the host pointer to the
struct device * drvdata, do not assign drv_data like this.
Since ata_host_alloc_pinfo() is called after this site, the
correct value is set eventually, but this assignment is just
plain pointless.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/pata_ep93xx.c