]> git.dujemihanovic.xyz Git - u-boot.git/commit
rockchip: block: simplify rkmtd driver
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 18 Oct 2024 01:30:13 +0000 (03:30 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 24 Oct 2024 17:20:45 +0000 (11:20 -0600)
commit9c19c13bda41b613e7e0e5d48d4d1c95fe8691eb
treec37e9d0b0e159dfa988e8978b1ed3055a5d6718e
parentcfd03b9f5b48753758d2b5a7176473c1d515e11a
rockchip: block: simplify rkmtd driver

By using blk_create_devicef() instead of blk_create_devicef() the driver
can be simplified and brought into line with other block device drivers.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Tested-by: Johan Jonker <jbx6244@gmail.com>
drivers/block/rkmtd.c