Lines Matching refs:error
1821 int error;
1825 error = device_create_managed_software_node(dev, ts_data->properties, NULL);
1826 if (error)
1827 dev_err(dev, "failed to add properties: %d\n", error);
1858 int error;
1862 return 0; /* Not an error */
1869 error = bus_register_notifier(&i2c_bus_type, &ts_dmi_notifier);
1870 if (error)
1872 __func__, error);
1874 return error;