ata: sata_fsl: cut drvdata assignment
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 30 May 2017 09:46:44 +0000 (11:46 +0200)
committerTejun Heo <tj@kernel.org>
Tue, 30 May 2017 15:54:37 +0000 (11:54 -0400)
commit74ee91d8181b9d55fff79bf1fd555b0c8238f67e
treead3ce6eff5855fe25e5659b0b09f67c315581598
parent7c61a26891dcb938489c6f9ad793491bb9ae3989
ata: sata_fsl: 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_fsl.c