1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
Olliver Schinagl
c58d495688
dvb-core/dmxdev: Ensure ctx is a valid variable
When enabling CONFIG_DVB_MMAP the dvb_vb2_ctx is copied to a
non-existant variable ctx, which causes an obvious compilation error.

dvb-core/dmxdev.c: In function ‘dvb_dmxdev_ts_callback’:
dvb-core/dmxdev.c:495:17: error: ‘ctx’ undeclared (first use in this function)
  495 |                 ctx = &dmxdevfilter->vb2_ctx;
      |                 ^~~
dvb-core/dmxdev.c:495:17: note: each undeclared identifier is reported only once for each function it appears in

This was fixed upstream in commit 57868acc369a (media: videobuf2: Add new uAPI
for DVB streaming I/O, Mon Dec 18 22:35:53 2017 -0500) about 5 years
ago.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2022-06-06 16:08:17 +02:00
rjkm
b6d2a37ac2 adapt to latest mainline dvb-core 2022-01-14 20:23:32 +01:00
none
7f19a0c04b adapt to current mainline kernel dvb-core 2020-08-29 15:32:42 +02:00
drmocm
f291491231 include version.h in dmxdev.c to fix compilation error 2018-09-10 08:25:01 +02:00
Ralph Metzler
00a3e78f69 fix kernel 4.15 compile problems 2018-01-18 01:05:21 +01:00
Ralph Metzler
1c22a07eaa adapt dvb-core, includes and affected files to mainline 4.14-rc2 2017-09-26 22:09:05 +02:00
mvoelkel
9e2128c4fb initial commit from dddvb-0.9.19c 2015-08-05 17:22:42 +02:00