]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ata: dwc_460ex: cut drvdata assignment
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 30 May 2017 09:46:41 +0000 (11:46 +0200)
committerTejun Heo <tj@kernel.org>
Tue, 30 May 2017 15:54:37 +0000 (11:54 -0400)
commita2136b31d37e8edcea93a00e73b6383403b5b76e
tree9e8e1346e514a0f2272f24cfcebe81a529c27a8e
parent62a98c2764e24b6ac637e3d3afe9dd6c5f088449
ata: dwc_460ex: cut drvdata assignment

ata_host_alloc_pinfo() assigns the host pointer to the
struct device * drvdata, do not assign it a second time.

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