Lines Matching refs:error
1648 int error;
1652 error = device_add_properties(dev, ts_data->properties);
1653 if (error)
1654 dev_err(dev, "failed to add properties: %d\n", error);
1685 int error;
1689 return 0; /* Not an error */
1696 error = bus_register_notifier(&i2c_bus_type, &ts_dmi_notifier);
1697 if (error)
1699 __func__, error);
1701 return error;