-
由 Mika Westerberg 提交于
When ring enters polling mode we are expected to mask the ring interrupt before the callback is called. However, the current code actually unmasks it probably because of a copy-paste mistake. Mask the interrupt properly from now on. Fixes: 4ffe722e ("thunderbolt: Add polling mode for rings") Signed-off-by: NMika Westerberg <mika.westerberg@linux.intel.com> Acked-by: NYehezkel Bernat <yehezkel.bernat@intel.com> Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
74657181