]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
nvmem: qnap-mcu-eeprom: Fix struct assignments using commas instead of semicolons
authorFelix Gu <ustc.gu@gmail.com>
Fri, 27 Mar 2026 13:17:44 +0000 (13:17 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Apr 2026 14:15:56 +0000 (16:15 +0200)
commit4e012d4cb6d5bac43fc3e188b02dda42384ea89e
tree5e5aa4cfaab6ce08c89a8757997fa56c30b99ac3
parent58b140a67ae197b7cee4c768a05bc056dae74f36
nvmem: qnap-mcu-eeprom: Fix struct assignments using commas instead of semicolons

The nvcfg struct member assignments were incorrectly using commas instead
of semicolons.

Signed-off-by: Felix Gu <ustc.gu@gmail.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Srinivas Kandagatla <srini@kernel.org>
Link: https://patch.msgid.link/20260327131751.3026030-3-srini@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/nvmem/qnap-mcu-eeprom.c