Skip to content

Commit

Permalink
iio:adc:max9611: Drop explicit setting of the i2c module owner.
Browse files Browse the repository at this point in the history
This has been handled by the i2c core for some time.

Signed-off-by: Jonathan Cameron <[email protected]>
Reviewed-by: Lars-Peter Clausen <[email protected]>
  • Loading branch information
jic23 committed Sep 3, 2017
1 parent 97623c0 commit a8375d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/iio/adc/max9611.c
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,6 @@ static int max9611_probe(struct i2c_client *client,
static struct i2c_driver max9611_driver = {
.driver = {
.name = DRIVER_NAME,
.owner = THIS_MODULE,
.of_match_table = max9611_of_table,
},
.probe = max9611_probe,
Expand Down

0 comments on commit a8375d7

Please sign in to comment.