diff options
| author | Fan Ye <fy15309206903@gmail.com> | 2026-08-10 09:38:43 +0000 |
|---|---|---|
| committer | Mika Westerberg <mika.westerberg@linux.intel.com> | 2026-08-10 13:29:23 +0200 |
| commit | e8158c8a6a232a70ae70c5acfaf7008a99b716c1 (patch) | |
| tree | be79d5ebd8df794c2ff1f05a54daddb52788f248 /include | |
| parent | f7c0e02eb61284395f74424edaefbbd323f83c4e (diff) | |
| download | linux-e8158c8a6a232a70ae70c5acfaf7008a99b716c1.tar.gz linux-e8158c8a6a232a70ae70c5acfaf7008a99b716c1.zip | |
thunderbolt: Use min() for the DMA path credit cap
tb_dma_reserve_credits() caps the request against what the adapter has
left by decrementing one credit at a time. The other arm of the same
if() already caps with min(port->total_credits, credits); use min()
here too.
No functional change: the object code is unchanged.
Assisted-by: Claude:claude-opus-5
Signed-off-by: Fan Ye <fy15309206903@gmail.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
