Skip to content

Commit f39b545

Browse files
committed
pinctrl: fix compiler warnings
Signed-off-by: Phil Elwell <[email protected]>
1 parent 46b8d32 commit f39b545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pinctrl/util.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ uint64_t dt_parse_addr(const char *node)
165165
uint32_t *ranges = NULL;
166166
unsigned ranges_cells = 0;
167167
uint64_t addr = INVALID_ADDRESS;
168-
unsigned npa, nps, nca;
168+
unsigned npa, nps, nca = 0;
169169

170170
parent = buf1;
171171
nextparent = buf2;

0 commit comments

Comments
 (0)