greybus: interface: fix broken UniPro flow control
authorJohan Hovold <johan@hovoldconsulting.com>
Thu, 28 Apr 2016 14:19:39 +0000 (16:19 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 28 Apr 2016 15:13:46 +0000 (08:13 -0700)
commit6ddbed576606a454353638dbbbcc2f66f0fc712d
treeb5a3e9d2e9e9628c76c5ab3fa1b9fe5d63eef671
parent9e04fb7b1627ad55b63c4e0927f696ecb1a2563a
greybus: interface: fix broken UniPro flow control

A recent commit inadvertently disabled E2EFC on all interface
connections, due to a failure to clear the ES3 bootrom quirk flags
during mode switch.

Testing Done: Verified that the CPort flags are again set to 0x7 for
non-bootrom interface connections.

Fixes: 5b638080e94e ("svc: keep interfaces registered during
mode switch")
Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/interface.c