We need to set the gpio line number

SVN-Revision: 9819
master
Florian Fainelli 17 years ago
parent b998d4fa51
commit 620d050dfa
  1. 1
      target/linux/adm5120/files/drivers/ata/pata_rb153_cf.c

@ -236,6 +236,7 @@ static __devinit int rb153_pata_driver_probe(struct platform_device *pdev)
return -ENOMEM;
ah->private_data = info;
info->gpio_line = gpio;
info->iobase = devm_ioremap_nocache(&pdev->dev, res->start,
res->end - res->start + 1);

Loading…
Cancel
Save