j
k
j a
j l
On 18/03/2022 16:29, Richard Fitzgerald wrote:
+static int cs35l45_i2c_probe(struct i2c_client *client, const struct i2c_device_id *id) +{
+static int cs35l45_i2c_probe(struct i2c_client *client,
const struct i2c_device_id *id)
+{
Use the new .probe_new callback
+static int cs35l45_spi_remove(struct spi_device *spi) +{
This is now a void return
Back to the thread
Back to the list