usb: typec: ucsi: Actually enable all the interface notifications
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Wed, 8 Jan 2020 13:13:47 +0000 (16:13 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Jan 2020 15:55:43 +0000 (16:55 +0100)
commit9521e47e9ab8401eb42e8ef5c2c9a46ac7dd8876
tree4db647a770b8a0fddad695e21cdd151439c14ebf
parent2d686c738a2e6a90a87aefc392224a26befd1e55
usb: typec: ucsi: Actually enable all the interface notifications

The notification mask was not updated properly before all
the notifications were enabled in ucsi_init().

Fixes: 71a1fa0df2a3 ("usb: typec: ucsi: Store the notification mask")
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20200108131347.43217-3-heikki.krogerus@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/ucsi/ucsi.c