commit | 30a12e080104dc7cbdead7e9adc4f5ec4f7a3c40 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Mon Aug 14 01:46:46 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Aug 22 15:17:52 2023 -0400 |
tree | 212e4620068cd5fe493b78fd194e4e43258147e9 | |
parent | bfd98b9a634e5922ca60597f59d83afdaa7c99ad [diff] |
disk: Switch part_blk_*() functions to disk_blk_*() The behavior of the part_blk_*() functions is now identical to disk_blk_*() functions, switch the former to the later. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>