mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
dm: part: Rename some partition functions
Rename three partition functions so that they start with part_. This makes it clear what they relate to. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
@@ -1374,7 +1374,7 @@ int usb_stor_get_info(struct usb_device *dev, struct us_data *ss,
|
||||
debug(" address %d\n", dev_desc->target);
|
||||
debug("partype: %d\n", dev_desc->part_type);
|
||||
|
||||
init_part(dev_desc);
|
||||
part_init(dev_desc);
|
||||
|
||||
debug("partype: %d\n", dev_desc->part_type);
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user