Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 050b648e authored by Igor M. Liplianin's avatar Igor M. Liplianin Committed by Mauro Carvalho Chehab
Browse files

[media] cx23885, altera-ci: remove operator return <value> in void procedure

parent b00aff6a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -60,7 +60,6 @@ static inline int altera_ci_init(struct altera_ci_config *config, int ci_nr)
static inline void altera_ci_release(void *dev, int ci_nr)
{
	printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
	return 0;
}

static inline int altera_ci_irq(void *dev)
@@ -87,7 +86,6 @@ static inline int altera_hw_filt_init(struct altera_ci_config *config,
static inline void altera_hw_filt_release(void *dev, int filt_nr)
{
	printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__);
	return 0;
}

static inline int altera_pid_feed_control(void *dev, int filt_nr,