|  3ea9661538 tune() dvb_frontend callback changed delay signess:
        int (*tune)(struct dvb_frontend* fe,
                    struct dvb_frontend_parameters* params,
                    unsigned int mode_flags,
-                   int *delay,
+                   unsigned int *delay,
This change caused warnings on cx24123 and dst modules:
/home/v4l/master/v4l/cx24123.c:1034: warning: initialization from incompatible pointer type
/home/v4l/master/v4l/dst.c:1782: warning: initialization from incompatible pointer type
/home/v4l/master/v4l/dst.c:1808: warning: initialization from incompatible pointer type
/home/v4l/master/v4l/dst.c:1837: warning: initialization from incompatible pointer type
/home/v4l/master/v4l/dst.c:1860: warning: initialization from incompatible pointer type
This patch corrects the function prototype on both modules to follow the
core change.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> | ||
|---|---|---|
| .. | ||
| bt878.c | ||
| bt878.h | ||
| dst.c | ||
| dst_ca.c | ||
| dst_ca.h | ||
| dst_common.h | ||
| dst_priv.h | ||
| dvb-bt8xx.c | ||
| dvb-bt8xx.h | ||
| Kconfig | ||
| Makefile | ||