Skip to content

fails to compile with 5.4.x kernel #1

@cz172638

Description

@cz172638

CC [M] /home/indy/tbs/tbs-usb/dvb-frontends/tas2101.o
/home/indy/tbs/tbs-usb/dvb-frontends/tas2101.c:908:23: error: initialization of ‘enum dvbfe_algo (*)(struct dvb_frontend )’ from incompatible pointer type ‘int ()(struct dvb_frontend *)’ [-Werror=incompatible-pointer-types]
908 | .get_frontend_algo = tas2101_get_algo,
| ^~~~~~~~~~~~~~~~
/home/indy/tbs/tbs-usb/dvb-frontends/tas2101.c:908:23: note: (near initialization for ‘tas2101_ops.get_frontend_algo’)

####################

changing pointer type fix compiling, but loading modules ends with trackback and not usable system.

also tried copy newer versions from tbsdtv, failed to build

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions