[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<174818224150.4147910.15661609084978446612.git-patchwork-notify@kernel.org>
Date: Sun, 25 May 2025 14:10:41 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Simon Horman <horms@...nel.org>
Cc: andrew+netdev@...n.ch, davem@...emloft.net, edumazet@...gle.com,
kuba@...nel.org, pabeni@...hat.com, netdev@...r.kernel.org
Subject: Re: [PATCH net-next] net: dlink: Correct endian treatment of t_SROM
data
Hello:
This patch was applied to netdev/net-next.git (main)
by David S. Miller <davem@...emloft.net>:
On Tue, 20 May 2025 15:25:41 +0100 you wrote:
> As it's name suggests, parse_eeprom() parses EEPROM data.
>
> This is done by reading data, 16 bits at a time as follows:
>
> for (i = 0; i < 128; i++)
> ((__le16 *) sromdata)[i] = cpu_to_le16(read_eeprom(np, i));
>
> [...]
Here is the summary with links:
- [net-next] net: dlink: Correct endian treatment of t_SROM data
https://git.kernel.org/netdev/net-next/c/b3456571cea1
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists