Skip to content

Commit 3f89684

Browse files
committed
v4l2: cut'n paste error fix
1 parent 16ce102 commit 3f89684

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/arvv4l2device.c

-4
Original file line numberDiff line numberDiff line change
@@ -366,10 +366,6 @@ arv_v4l2_device_write_memory (ArvDevice *device, guint64 address, guint32 size,
366366
default:
367367
found = FALSE;
368368
}
369-
370-
if (found) {
371-
memcpy (buffer, &value, sizeof (value));
372-
}
373369
}
374370

375371
if (!found) {

0 commit comments

Comments
 (0)