Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145954458
D913.id1910.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
534 B
Referenced Files
None
Subscribers
None
D913.id1910.diff
View Options
Index: contrib/dtc/checks.c
===================================================================
--- contrib/dtc/checks.c
+++ contrib/dtc/checks.c
@@ -624,11 +624,11 @@
if (!reg && !ranges)
return;
- if ((node->parent->addr_cells == -1))
+ if (node->parent->addr_cells == -1)
FAIL(c, "Relying on default #address-cells value for %s",
node->fullpath);
- if ((node->parent->size_cells == -1))
+ if (node->parent->size_cells == -1)
FAIL(c, "Relying on default #size-cells value for %s",
node->fullpath);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 27, 12:20 PM (18 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29029354
Default Alt Text
D913.id1910.diff (534 B)
Attached To
Mode
D913: contrib/dtc/checks.c: quiesce clang warning
Attached
Detach File
Event Timeline
Log In to Comment