greybus: firmware: remove skip-disconnected flag
authorJohan Hovold <johan@hovoldconsulting.com>
Tue, 19 Jan 2016 11:51:11 +0000 (12:51 +0100)
committerGreg Kroah-Hartman <gregkh@google.com>
Tue, 19 Jan 2016 20:17:13 +0000 (12:17 -0800)
commit3e1b8c753d982bd4a63b0896a4ea68888f47502e
tree8749bdf66533c5ba7be4ed33b622f2ccdb53e57f
parent02a54dd18f1eb831f4bf02ac763a4e9d805e1ba3
greybus: firmware: remove skip-disconnected flag

Remove the legacy protocol flag that was used to suppress sending the
control disconnected operation.

Instead rely on the fact that no control operations will be sent by
core to an interface that has been removed (e.g. after having received a
new hotplug event after the bootrom has jumped to the new image).

Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/firmware.c