Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108622715
D35834.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
380 B
Referenced Files
None
Subscribers
None
D35834.diff
View Options
diff --git a/sys/dev/cxgbe/cudbg/cudbg_lib.c b/sys/dev/cxgbe/cudbg/cudbg_lib.c
--- a/sys/dev/cxgbe/cudbg/cudbg_lib.c
+++ b/sys/dev/cxgbe/cudbg/cudbg_lib.c
@@ -2950,7 +2950,7 @@
int retry = 10;
int status = 0;
- while (busy & (1 < retry)) {
+ while (busy && i < retry) {
val = t4_read_reg(padap, A_CIM_HOST_ACC_CTRL);
busy = (0 != (val & CUDBG_CIM_BUSY_BIT));
i++;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 27, 11:02 PM (9 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16219369
Default Alt Text
D35834.diff (380 B)
Attached To
Mode
D35834: Fix clang 15 warning in cxgbe
Attached
Detach File
Event Timeline
Log In to Comment