commit | 0ecbf7fc366a5c4e6cfef49572739f1e2544faf5 | [log] [tgz] |
---|---|---|
author | Christian Gromm <christian.gromm@microchip.com> | Tue May 08 11:44:55 2018 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 08 13:41:48 2018 +0200 |
tree | 832f570b658a8e34b488779fff8b18744600d62a | |
parent | ed856eb58f9b40fec07ea83fb6ea571460378d7e [diff] |
staging: most: i2c: shorten lifetime of IRQ handler Currently the IRQ handler used for the rx channel lives between the functions i2c_probe and i2c_remove. This patch shortens the lifetime and keeps the handler alive only between the functions configure_channel and poison_channel. Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>