Silenty ignore ringbuffer overflow errors.

This commit is contained in:
Jef Driesen 2010-12-29 22:20:45 +01:00
parent 08a57ce724
commit 23836fe625

View File

@ -405,7 +405,6 @@ oceanic_common_device_foreach (device_t *abstract, dive_callback_t callback, voi
// Make sure the profile size is valid.
if (rb_entry_size > remaining) {
WARNING ("Unexpected profile size.");
status = DEVICE_STATUS_ERROR;
begin = current + PAGESIZE / 2;
abort = 1;
break;