This commit is contained in:
vidhya-rajan 2024-03-25 14:25:44 +05:30 committed by GitHub
commit 629e541cec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,7 +108,7 @@ static int mc24lc64t_probe(struct i2c_client *client,
return err;
}
static int mc24lc64t_remove(struct i2c_client *client)
static void mc24lc64t_remove(struct i2c_client *client)
{
struct mc24lc64t_data *drvdata = i2c_get_clientdata(client);
@ -116,7 +116,7 @@ static int mc24lc64t_remove(struct i2c_client *client)
sysfs_remove_bin_file(&client->dev.kobj, &mc24lc64t_bit_attr);
return 0;
return ;
}
static const struct i2c_device_id mc24lc64t_id[] = {