All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Melki <christian.melki@t2data.com>
To: u-boot@lists.denx.de
Cc: christian.melki@t2data.com
Subject: [PATCH] disk/part_dos.c: Fix what looks like a variable typo in the write functionality.
Date: Mon,  7 Jun 2021 11:21:15 +0200	[thread overview]
Message-ID: <20210607092115.13302-1-christian.melki@t2data.com> (raw)

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 disk/part_dos.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/disk/part_dos.c b/disk/part_dos.c
index 60addc6e00..9e29aa6583 100644
--- a/disk/part_dos.c
+++ b/disk/part_dos.c
@@ -424,7 +424,7 @@ int write_mbr_partitions(struct blk_desc *dev,
 	}
 
 	/* Update the partition table entries*/
-	part_init(dev_desc);
+	part_init(dev);
 
 	return 0;
 }
-- 
2.31.1


             reply	other threads:[~2021-06-07 12:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-07  9:21 Christian Melki [this message]
2021-06-24 13:16 ` [PATCH] disk/part_dos.c: Fix a variable typo in write_mbr_partitions() Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210607092115.13302-1-christian.melki@t2data.com \
    --to=christian.melki@t2data.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.