Re: [PATCH] media: platform: renesas-ceu: Fix unused variable warning

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Laurent

On Thu, Mar 17, 2022 at 10:49:03PM +0200, Laurent Pinchart wrote:
> The ceu_data_rz variable is unused when CONFIG_OF isn't set. This
> generates a compiler warning. Fix it.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx>

Thanks!
Reviewed-by: Jacopo Mondi <jacopo@xxxxxxxxxx>


> ---
>  drivers/media/platform/renesas/renesas-ceu.c | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/media/platform/renesas/renesas-ceu.c b/drivers/media/platform/renesas/renesas-ceu.c
> index 2e8dbacc414e..f70f91b006b7 100644
> --- a/drivers/media/platform/renesas/renesas-ceu.c
> +++ b/drivers/media/platform/renesas/renesas-ceu.c
> @@ -1606,15 +1606,15 @@ struct ceu_data {
>  	u32 irq_mask;
>  };
>
> -static const struct ceu_data ceu_data_rz = {
> -	.irq_mask = CEU_CETCR_ALL_IRQS_RZ,
> -};
> -
>  static const struct ceu_data ceu_data_sh4 = {
>  	.irq_mask = CEU_CETCR_ALL_IRQS_SH4,
>  };
>
>  #if IS_ENABLED(CONFIG_OF)
> +static const struct ceu_data ceu_data_rz = {
> +	.irq_mask = CEU_CETCR_ALL_IRQS_RZ,
> +};
> +
>  static const struct of_device_id ceu_of_match[] = {
>  	{ .compatible = "renesas,r7s72100-ceu", .data = &ceu_data_rz },
>  	{ .compatible = "renesas,r8a7740-ceu", .data = &ceu_data_rz },
>
> base-commit: 10ed1ec9c9cab63310038579c2e1303324bfa44a
> --
> Regards,
>
> Laurent Pinchart
>



[Index of Archives]     [Linux Samsung SOC]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux