|
@@ -276,7 +276,7 @@ static struct tegra_emc_pdata *tegra_emc_fill_pdata(struct platform_device *pdev
|
|
|
int i;
|
|
|
|
|
|
WARN_ON(pdev->dev.platform_data);
|
|
|
- BUG_ON(IS_ERR_OR_NULL(c));
|
|
|
+ BUG_ON(IS_ERR(c));
|
|
|
|
|
|
pdata = devm_kzalloc(&pdev->dev, sizeof(*pdata), GFP_KERNEL);
|
|
|
pdata->tables = devm_kzalloc(&pdev->dev, sizeof(*pdata->tables),
|