|
@@ -487,10 +487,8 @@ static struct auo_pixcir_ts_platdata *auo_pixcir_parse_dt(struct device *dev)
|
|
return ERR_PTR(-ENOENT);
|
|
return ERR_PTR(-ENOENT);
|
|
|
|
|
|
pdata = devm_kzalloc(dev, sizeof(*pdata), GFP_KERNEL);
|
|
pdata = devm_kzalloc(dev, sizeof(*pdata), GFP_KERNEL);
|
|
- if (!pdata) {
|
|
|
|
- dev_err(dev, "failed to allocate platform data\n");
|
|
|
|
|
|
+ if (!pdata)
|
|
return ERR_PTR(-ENOMEM);
|
|
return ERR_PTR(-ENOMEM);
|
|
- }
|
|
|
|
|
|
|
|
pdata->gpio_int = of_get_gpio(np, 0);
|
|
pdata->gpio_int = of_get_gpio(np, 0);
|
|
if (!gpio_is_valid(pdata->gpio_int)) {
|
|
if (!gpio_is_valid(pdata->gpio_int)) {
|