aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorUlf Hansson <ulf.hansson@linaro.org>2025-07-16 12:05:36 +0200
committerUlf Hansson <ulf.hansson@linaro.org>2025-07-16 12:05:36 +0200
commitc3ad4ec3fdaba1f5367dd15b5a2e6dc9a9cde3f1 (patch)
tree77e57698d78b225fcfc1b645e02be1118593cbba
parentmmc: loongson2: Unify the function prefixes for loongson2_mmc_pdata (diff)
parentmemstick: core: Zero initialize id_reg in h_memstick_read_dev_id() (diff)
downloadwireguard-linux-c3ad4ec3fdaba1f5367dd15b5a2e6dc9a9cde3f1.tar.xz
wireguard-linux-c3ad4ec3fdaba1f5367dd15b5a2e6dc9a9cde3f1.zip
mmc: Merge branch fixes into next
Merge the mmc fixes for v6.16-rc[n] into the next branch, to allow them to get tested together with the new mmc changes that are targeted for v6.17. Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
-rw-r--r--drivers/memstick/core/memstick.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/memstick/core/memstick.c b/drivers/memstick/core/memstick.c
index 043b9ec756ff..7f3f47db4c98 100644
--- a/drivers/memstick/core/memstick.c
+++ b/drivers/memstick/core/memstick.c
@@ -324,7 +324,7 @@ EXPORT_SYMBOL(memstick_init_req);
static int h_memstick_read_dev_id(struct memstick_dev *card,
struct memstick_request **mrq)
{
- struct ms_id_register id_reg;
+ struct ms_id_register id_reg = {};
if (!(*mrq)) {
memstick_init_req(&card->current_mrq, MS_TPC_READ_REG, &id_reg,