[PATCH net-next v6 04/11] net: ti: prueth: Adds link detection, RX and TX support.
Parvathi Pudi
parvathi at couthit.com
Tue Apr 29 03:03:40 PDT 2025
Hi,
> On Wed, 23 Apr 2025 12:53:49 +0530 Parvathi Pudi wrote:
>> +static inline void icssm_prueth_write_reg(struct prueth *prueth,
>> + enum prueth_mem region,
>> + unsigned int reg, u32 val)
>> +{
>> + writel_relaxed(val, prueth->mem[region].va + reg);
>> +}
>
> Please don't use "inline" unnecessarily.
> The compiler will inline a single-line static function.
Understood. We will address this in the next version.
Thanks and Regards,
Parvathi.
More information about the linux-arm-kernel
mailing list