aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fpga/fpga-bridge.c
diff options
context:
space:
mode:
authorChristophe JAILLET <[email protected]>2021-06-22 19:37:48 +0000
committerPeter Chen <[email protected]>2021-07-29 06:28:15 +0000
commit5df09c15bab98463203c83ecab88b9321466e626 (patch)
treeba5a83fa4a00a242369568e56873fc53c08cfae5 /drivers/fpga/fpga-bridge.c
parentusb: cdnsp: Fixed issue with ZLP (diff)
downloadkernel-5df09c15bab98463203c83ecab88b9321466e626.tar.gz
kernel-5df09c15bab98463203c83ecab88b9321466e626.zip
usb: cdnsp: Fix the IMAN_IE_SET and IMAN_IE_CLEAR macro
IMAN_IE is BIT(1), so these macro are respectively equivalent to BIT(1) and 0, whatever the value of 'p'. The purpose was to set and reset a single bit in 'p'. Fix these macros to do that correctly. Acked-by: Pawel Laszczak <[email protected]> Fixes: e93e58d27402 ("usb: cdnsp: Device side header file for CDNSP driver") Signed-off-by: Christophe JAILLET <[email protected]> Link: https://lore.kernel.org/r/d12bfcc9cbffb89e27b120668821b3c4f09b6755.1624390584.git.christophe.jaillet@wanadoo.fr Signed-off-by: Peter Chen <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions