mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
ata: samsung_cf: 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>
This commit is contained in:
parent
0fe98fa056
commit
7c61a26891
@ -582,8 +582,6 @@ static int __init pata_s3c_probe(struct platform_device *pdev)
|
||||
/* Set endianness and enable the interface */
|
||||
pata_s3c_hwinit(info, pdata);
|
||||
|
||||
platform_set_drvdata(pdev, host);
|
||||
|
||||
ret = ata_host_activate(host, info->irq,
|
||||
info->irq ? pata_s3c_irq : NULL,
|
||||
0, &pata_s3c_sht);
|
||||
|
Loading…
Reference in New Issue
Block a user