We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb53c8 commit 91fb073Copy full SHA for 91fb073
1 file changed
components/drivers/pci/endpoint/mem.c
@@ -117,6 +117,7 @@ static rt_ubase_t bitmap_region_alloc(struct rt_pci_ep_mem *mem, rt_size_t size)
117
return mem->cpu_addr + bit * mem->page_size;
118
}
119
_next:
120
+ ;
121
122
123
return ~0ULL;
0 commit comments