[coreboot-gerrit] Change in coreboot[master]: libpayload/drivers/usb/ohci_private.h: Add parentheses aroun...

HAOUAS Elyes (Code Review) gerrit at coreboot.org
Mon Jul 3 21:22:59 CEST 2017


HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/20456


Change subject: libpayload/drivers/usb/ohci_private.h: Add parentheses around macro
......................................................................

libpayload/drivers/usb/ohci_private.h: Add parentheses around macro

Change-Id: Ib90564e32f5ff204aa5d856024b7eed2624a77b7
Signed-off-by: Elyes HAOUAS <ehaouas at noos.fr>
---
M payloads/libpayload/drivers/usb/ohci_private.h
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/56/20456/1

diff --git a/payloads/libpayload/drivers/usb/ohci_private.h b/payloads/libpayload/drivers/usb/ohci_private.h
index 58be5fa..dc76234 100644
--- a/payloads/libpayload/drivers/usb/ohci_private.h
+++ b/payloads/libpayload/drivers/usb/ohci_private.h
@@ -236,7 +236,7 @@
 #define TD_DIRECTION_MASK MASK(TD_DIRECTION_SHIFT, 2)
 #define TD_DIRECTION_SETUP (OHCI_SETUP << TD_DIRECTION_SHIFT)
 #define TD_DIRECTION_IN (OHCI_IN << TD_DIRECTION_SHIFT)
-#define TD_DIRECTION_OUT OHCI_OUT << TD_DIRECTION_SHIFT
+#define TD_DIRECTION_OUT (OHCI_OUT << TD_DIRECTION_SHIFT)
 #define TD_DELAY_INTERRUPT_SHIFT	21
 #define TD_DELAY_INTERRUPT_MASK		MASK(TD_DELAY_INTERRUPT_SHIFT, 3)
 #define TD_DELAY_INTERRUPT_ZERO		0

-- 
To view, visit https://review.coreboot.org/20456
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib90564e32f5ff204aa5d856024b7eed2624a77b7
Gerrit-Change-Number: 20456
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas at noos.fr>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170703/691dc525/attachment.html>


More information about the coreboot-gerrit mailing list