commit | c7d1b1890880ee64786b92a1b95ba9ecb4694997 | [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 | 1ce892cb1ce970d8ee6ffcecc22351c84e67fca4 [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>