[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<172921863525.2663866.240523041455432199.git-patchwork-notify@kernel.org>
Date: Fri, 18 Oct 2024 02:30:35 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Simon Horman <horms@...nel.org>
Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, linux-usb@...r.kernel.org, netdev@...r.kernel.org
Subject: Re: [PATCH net-next] net: usb: sr9700: only store little-endian values
in __le16 variable
Hello:
This patch was applied to netdev/net-next.git (main)
by Andrew Lunn <andrew@...n.ch>:
On Wed, 16 Oct 2024 15:31:14 +0100 you wrote:
> In sr_mdio_read() the local variable res is used to store both
> little-endian and host byte order values. This prevents Sparse
> from helping us by flagging when endian miss matches occur - the
> detection process hinges on the type of variables matching the
> byte order of values stored in them.
>
> Address this by adding a new local variable, word, to store little-endian
> values; change the type of res to int, and use it to store host-byte
> order values.
>
> [...]
Here is the summary with links:
- [net-next] net: usb: sr9700: only store little-endian values in __le16 variable
https://git.kernel.org/netdev/net-next/c/4b726103796a
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