Skip to content

Commit 4337d7f

Browse files
GuEe-GUIRbb666
authored andcommitted
[DM/PCI] Fixup the C99, 6.8.1 Labeled statements p4
Signed-off-by: GuEe-GUI <[email protected]>
1 parent 35816c1 commit 4337d7f

File tree

1 file changed

+1
-0
lines changed
  • components/drivers/pci/endpoint

1 file changed

+1
-0
lines changed

components/drivers/pci/endpoint/mem.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ static rt_ubase_t bitmap_region_alloc(struct rt_pci_ep_mem *mem, rt_size_t size)
117117
return mem->cpu_addr + bit * mem->page_size;
118118
}
119119
_next:
120+
;
120121
}
121122

122123
return ~0ULL;

0 commit comments

Comments
 (0)