Merge 77f24d256c
into 610685d27b
This commit is contained in:
commit
629e541cec
@ -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[] = {
|
||||
|
Reference in New Issue
Block a user