mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
dde_linux: add missing white space in log message
This commit is contained in:
parent
f09ac23144
commit
285a33c97d
@ -667,7 +667,7 @@ dma_addr_t dma_map_single_attrs(struct device *dev, void *ptr,
|
||||
dma_addr_t phys = (dma_addr_t)Lx::Malloc::dma().phys_addr(ptr);
|
||||
|
||||
if (phys == ~0UL)
|
||||
Genode::error("translation virt->phys ", ptr, "->", Genode::Hex(phys), "failed, return ip ",
|
||||
Genode::error("translation virt->phys ", ptr, "->", Genode::Hex(phys), " failed, return ip ",
|
||||
__builtin_return_address(0));
|
||||
|
||||
lx_log(DEBUG_DMA, "virt: %p phys: %lx", ptr, phys);
|
||||
|
@ -519,7 +519,7 @@ dma_addr_t dma_map_single_attrs(struct device *dev, void *ptr,
|
||||
dma_addr_t phys = (dma_addr_t)Lx::Malloc::dma().phys_addr(ptr);
|
||||
|
||||
if (phys == ~0UL)
|
||||
Genode::error("translation virt->phys ", ptr, "->", Genode::Hex(phys), "failed, return ip ",
|
||||
Genode::error("translation virt->phys ", ptr, "->", Genode::Hex(phys), " failed, return ip ",
|
||||
__builtin_return_address(0));
|
||||
|
||||
lx_log(DEBUG_DMA, "virt: %p phys: %lx", ptr, phys);
|
||||
|
Loading…
x
Reference in New Issue
Block a user