staging: most: hdm-usb: remove unnecessary status assignment
authorChristian Gromm <christian.gromm@microchip.com>
Fri, 19 Aug 2016 09:13:00 +0000 (11:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Aug 2016 14:53:57 +0000 (16:53 +0200)
commit9736fc0434f4b6ad257ae1a212e4e82336b66615
treefad382c19a5ef049cce9b43fefeecb8393051823
parent089612f183efb488c10e98c11feb12a2ed8c31f0
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>
drivers/staging/most/hdm-usb/hdm_usb.c