Re: [PATCH 1/7] genirq/affinity: remove the 'firstvec' parameter from irq_build_affinity_masks
From: Christoph Hellwig <hch@lst.de>
Date: 2021-08-17 04:45:51
Also in:
lkml
From: Christoph Hellwig <hch@lst.de>
Date: 2021-08-17 04:45:51
Also in:
lkml
On Sat, Aug 14, 2021 at 08:35:26PM +0800, Ming Lei wrote:
The 'firstvec' parameter is always same with the parameter of 'startvec', so use 'startvec' directly inside irq_build_affinity_masks(). Signed-off-by: Ming Lei <redacted>
Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>