ARM: davinci: remove BUG_ON() from da850_register_sata()

The ahci driver now supports other refclk clock rates.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
This commit is contained in:
Bartosz Golaszewski 2017-01-30 11:02:09 +01:00 committed by Sekhar Nori
parent 00bacfbfaf
commit a303588685
1 changed files with 0 additions and 3 deletions

View File

@ -1080,9 +1080,6 @@ int __init da850_register_sata(unsigned long refclkpn)
{
int ret;
/* please see comment in drivers/ata/ahci_da850.c */
BUG_ON(refclkpn != 100 * 1000 * 1000);
ret = da850_register_sata_refclk(refclkpn);
if (ret)
return ret;