commit | 34be56028c8ccf1c3f0e2baa7e6875c2e59fa7aa | [log] [tgz] |
---|---|---|
author | Christian Melki <christian.melki@t2data.com> | Mon Jun 07 11:21:15 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Jun 22 13:58:08 2021 -0400 |
tree | 2a383168de8bb4b1e95bbe78519c94d856f0dc87 | |
parent | bd97b0db08fa0dbe2401443647c297ae0114c89e [diff] |
disk/part_dos.c: Fix a variable typo in write_mbr_partitions() This function is passed *dev not *dev_desc, so pass the right name to part_init(). Fixes: f14c5ee5ab8b ("disk: part_dos: update partition table entries after write") Signed-off-by: Christian Melki <christian.melki@t2data.com>