Re: [PATCH v5] drm/mediatek: Fix coverity issue with unintentional integer overflow

2023-09-12 Thread 胡俊光

[PATCH v5] drm/mediatek: Fix coverity issue with unintentional integer overflow

2023-09-07 Thread Jason-JH . Lin
1. Instead of multiplying 2 variable of different types. Change to assign a value of one variable and then multiply the other variable. 2. Add a int variable for multiplier calculation instead of calculating different types multiplier with dma_addr_t variable directly. Fixes: 1a64a7aff8da ("drm/m