Messages in this thread |  | | Subject | Re: [PATCH net v2] net: microchip: vcap: Fix initialization of value and mask | From | patchwork-bot+netdevbpf@kernel ... | Date | Mon, 19 Dec 2022 12:30:16 +0000 |
| |
Hello:
This patch was applied to netdev/net.git (master) by David S. Miller <davem@davemloft.net>:
On Mon, 19 Dec 2022 09:22:15 +0100 you wrote: > Fix the following smatch warning: > > smatch warnings: > drivers/net/ethernet/microchip/vcap/vcap_api_debugfs.c:103 vcap_debugfs_show_rule_keyfield() error: uninitialized symbol 'value'. > drivers/net/ethernet/microchip/vcap/vcap_api_debugfs.c:106 vcap_debugfs_show_rule_keyfield() error: uninitialized symbol 'mask'. > > In case the vcap field was VCAP_FIELD_U128 and the key was different > than IP6_S/DIP then the value and mask were not initialized, therefore > initialize them. > > [...]
Here is the summary with links: - [net,v2] net: microchip: vcap: Fix initialization of value and mask https://git.kernel.org/netdev/net/c/10073399cb5e
You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
|  |