[4/5] dma: tegra: reduce channel name field size
From: Jon Hunter <hidden>
Date: 2018-11-22 09:26:55
From: Jon Hunter <hidden>
Date: 2018-11-22 09:26:55
On Wed, Nov 21, 2018 at 4:15 PM Ben Dooks [off-list ref] wrote:
The name field is used for "apbdma.%d" which is rarely going to be more than 10 bytes, so reduce the size from 30 to 12. This is only being used by the interrupt registration, so is not critical to the operation of the driver either.
Do you mean 'never' above instead of 'rarely'? The max number of channels is never more than 2 digits and so the change is fine with me. So for the change ... Acked-by: Jon Hunter <jonathanh@nvidia.com> Cheers Jon