[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<174595383124.1770515.3904355087844093226.git-patchwork-notify@kernel.org>
Date: Tue, 29 Apr 2025 19:10:31 +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, linux@...nbow-software.org,
andy.shevchenko@...il.com, netdev@...r.kernel.org
Subject: Re: [PATCH net] net: dlink: Correct endianness handling of led_mode
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Fri, 25 Apr 2025 16:50:47 +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] net: dlink: Correct endianness handling of led_mode
https://git.kernel.org/netdev/net/c/e7e5ae71831c
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