mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
usb: remove warning in 'find_next_zero_bit_le'
in case no zero bit is found.
This commit is contained in:
committed by
Christian Helmuth
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user