commit | 95b2f82d63f6d0888db188dddf76433dce32affe | [log] [tgz] |
---|---|---|
author | Christian Gromm <christian.gromm@microchip.com> | Tue May 08 11:44:52 2018 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue May 08 13:41:48 2018 +0200 |
tree | 3507a4c23233a4dd8639c8d51860ad4c7d514af0 | |
parent | ceb1edc2a0a52b6f4285fbfc8f29a42b6109e52d [diff] |
staging: most: i2c: remove unnecessary poison_channel call This removes call of the poison_channel that is: - not allowed after most_deregister_interface; - is made during the most_deregister_interface call. Signed-off-by: Andrey Shvetsov <andrey.shvetsov@k2l.de> Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>