From e5401bf37a69620bdf079e4ee6c30a268f06f04b Mon Sep 17 00:00:00 2001 From: Lin Wang Date: Tue, 17 Mar 2015 18:32:21 +0200 Subject: [PATCH] xhci: unify cycle state toggling operation with 'XOR' Some toggling operation in xHCI driver still use conditional toggling: ring->cycle_state = (ring->cycle_state ? 0 : 1); Use XOR to invert the cycle state instead of a conditional toggle to unify cycle state toggling operation in xHCI driver. Signed-off-by: Lin Wang Signed-off-by: Mathias Nyman Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed