Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d453a4ab authored by Sachin Kamat's avatar Sachin Kamat Committed by Jonathan Cameron
Browse files

iio: adc: nau7802: Remove redundant of_match_ptr



nau7802_dt_ids is always compiled in. Hence of_match_ptr is not
needed.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent fc21acc4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -570,7 +570,7 @@ static struct i2c_driver nau7802_driver = {
	.id_table = nau7802_i2c_id,
	.driver = {
		   .name = "nau7802",
		   .of_match_table = of_match_ptr(nau7802_dt_ids),
		   .of_match_table = nau7802_dt_ids,
	},
};