[PATCH v2 1/6] firmware: xilinx: Update firmware call interface to support additional arg

Greg KH gregkh at linuxfoundation.org
Wed Oct 4 05:14:18 PDT 2023


On Wed, Oct 04, 2023 at 02:41:11AM -0700, Jay Buddhabhatti wrote:
>  int zynqmp_pm_invoke_fn(u32 pm_api_id, u32 arg0, u32 arg1,
> -			u32 arg2, u32 arg3, u32 *ret_payload)
> +			u32 arg2, u32 arg3, u32 arg4,
> +			u32 *ret_payload)

You do have 100 columns to use now, why wrap?

Same for other places you did this.

thanks,

greg k-h



More information about the linux-arm-kernel mailing list