diff options
author | Gao Pan <[email protected]> | 2015-12-09 11:08:22 +0800 |
---|---|---|
committer | Wolfram Sang <[email protected]> | 2015-12-09 11:15:41 +0100 |
commit | 5212f9ae519a3e108205f27eb22929266e688e3e (patch) | |
tree | 8f947569ad080b363120ef13ac09cae35e362a6e /tools/perf/scripts/python/net_dropmonitor.py | |
parent | a07f0ad7895303ec37155655229ca2a07080d135 (diff) |
i2c: imx: init bus recovery info before adding i2c adapter
During driver probe, i2c_imx_init_recovery_info() must come before
i2c_add_numbered_adapter(), because the get/set_scl() functions
are assigned in i2c_register_adapter() under the conditon that bus
recover_info are initialized. Otherwise, get/set_scl() function
pointers never get assigned.
In such case, when i2c_generic_gpio_recovery() is used for bus recovery,
there will be kernel crash because bri->set_scl is NULL.
The solution to this bug is moving i2c_imx_init_recovery_info() before
i2c_register_adapter().
Signed-off-by: Gao Pan <[email protected]>
Signed-off-by: Fugang Duan <[email protected]>
Acked-by: Uwe Kleine-König <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
Cc: [email protected]
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions