commit | 9736fc0434f4b6ad257ae1a212e4e82336b66615 | [log] [tgz] |
---|---|---|
author | Christian Gromm <christian.gromm@microchip.com> | Fri Aug 19 11:13:00 2016 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Aug 21 16:53:57 2016 +0200 |
tree | fad382c19a5ef049cce9b43fefeecb8393051823 | |
parent | 089612f183efb488c10e98c11feb12a2ed8c31f0 [diff] |
staging: most: hdm-usb: remove unnecessary status assignment The USB completion callbacks set the status field of an MBO object before scheduling the clear_work. This patch removes this redundant assignment as the work_struct does the same for all MBOs. 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>