Re: [PATCH v2 1/6] firmware: xilinx: Update firmware call interface to support additional arg
From: Greg KH
Date: Wed Oct 04 2023 - 08:14:27 EST
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