Skip to content

Commit c3ad4ec

Browse files
author
Ulf Hansson
committed
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>
2 parents e708212 + 21b34a3 commit c3ad4ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/memstick/core/memstick.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ EXPORT_SYMBOL(memstick_init_req);
324324
static int h_memstick_read_dev_id(struct memstick_dev *card,
325325
struct memstick_request **mrq)
326326
{
327-
struct ms_id_register id_reg;
327+
struct ms_id_register id_reg = {};
328328

329329
if (!(*mrq)) {
330330
memstick_init_req(&card->current_mrq, MS_TPC_READ_REG, &id_reg,

0 commit comments

Comments
 (0)