diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2017-01-13 14:34:07 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2017-02-13 10:29:43 +0100 |
commit | be1bb2355bf3a500d9eb4288f5a99225126b7453 (patch) | |
tree | aa7e27594f60b0a37b5b321b455bef2f1bf25c0a /scripts/conmakehash.c | |
parent | mfd: max77686: Use of_device_get_match_data() helper (diff) | |
download | linux-be1bb2355bf3a500d9eb4288f5a99225126b7453.tar.xz linux-be1bb2355bf3a500d9eb4288f5a99225126b7453.zip |
mfd: max77686: Use the struct i2c_driver .probe_new instead of .probe
If a driver is only used in DT platforms, there's no need to get the
i2c_device_id as an argument of the probe function. Since this data
can be get from the matching of_device_id.
There's a temporary .probe_new field in struct i2c_driver that can be
used as probe callback for the case when i2c_device_id won't be used.
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Acked-by: Laxman Dewangan <ldewangan@nvidia.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Tested-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'scripts/conmakehash.c')
0 files changed, 0 insertions, 0 deletions