diff options
author | Javier Martinez Canillas <[email protected]> | 2017-01-13 10:34:07 -0300 |
---|---|---|
committer | Lee Jones <[email protected]> | 2017-02-13 09:29:43 +0000 |
commit | be1bb2355bf3a500d9eb4288f5a99225126b7453 (patch) | |
tree | aa7e27594f60b0a37b5b321b455bef2f1bf25c0a /lib/netdev-notifier-error-inject.c | |
parent | 68e61f75aba91077409a86740c0d5882145968e8 (diff) |
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 <[email protected]>
Acked-by: Laxman Dewangan <[email protected]>
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Tested-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Chanwoo Choi <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Diffstat (limited to 'lib/netdev-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions