mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
usb: remove warning in 'find_next_zero_bit_le'
in case no zero bit is found.
This commit is contained in:
parent
b8eae11356
commit
9d0518661b
@ -453,8 +453,6 @@ long find_next_zero_bit_le(const void *addr,
|
||||
if (!(*(unsigned long*)addr & (1L << offset)))
|
||||
return offset;
|
||||
|
||||
Genode::warning("No zero bit findable");
|
||||
|
||||
return offset + size;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user