Hello,
> +static ssize_t wl1273_fm_fops_write(struct file *file, const char __user
*buf,
> + size_t count, loff_t *ppos)
> +{
> + struct wl1273_device *radio = video_get_drvdata(video_devdata(file));
> + u16 val;
> + int r;
> +
> + dev_dbg(radio->dev, "%s\n", __func
Matti,
> +/**
> + * wl1273_fm_set_tx_power() - Set the transmission power value.
> + * @core: A pointer to the device struct.
> + * @power: The new power value.
> + */
> +static int wl1273_fm_set_tx_power(struct wl1273_core *core, u16 power)
> +{
> + int r;
> +
> + i