commit | 9c19c13bda41b613e7e0e5d48d4d1c95fe8691eb | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Oct 18 03:30:13 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 24 11:20:45 2024 -0600 |
tree | c37e9d0b0e159dfa988e8978b1ed3055a5d6718e | |
parent | cfd03b9f5b48753758d2b5a7176473c1d515e11a [diff] |
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>