]> git.baikalelectronics.ru Git - uboot.git/commit
fastboot: Remove mmcpart argument from raw_part_get_info_by_name
authorSean Anderson <sean.anderson@seco.com>
Fri, 5 Feb 2021 14:38:58 +0000 (09:38 -0500)
committerMarek Vasut <marex@denx.de>
Fri, 26 Feb 2021 14:30:55 +0000 (15:30 +0100)
commitd643f5ff92154eca49197a3bcac44c7b01ec81d9
treee93e35efe32612a8c8d2513e1273d759e1c1f532
parent1a2ed185ab7f630e7a11b68d988760320b18ca87
fastboot: Remove mmcpart argument from raw_part_get_info_by_name

The only thing mmcpart was used for was to pass to blk_dselect_hwpart.
This calls blk_dselect_hwpart directly from raw_part_get_info_by_name. The
error handling is dropped, but it is reintroduced in the next commit
(albeit less specificly).

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/fastboot/fb_mmc.c