Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
drivers/memstick/core/memstick.c
··· 324 324 static int h_memstick_read_dev_id(struct memstick_dev *card, 325 325 struct memstick_request **mrq) 326 326 { 327 - struct ms_id_register id_reg; 327 + struct ms_id_register id_reg = {}; 328 328 329 329 if (!(*mrq)) { 330 330 memstick_init_req(&card->current_mrq, MS_TPC_READ_REG, &id_reg,