commit | d5b7ee9c6e19993b10b549ac763aa7db8dbacee0 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Aug 22 08:15:15 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 28 07:17:14 2017 -0400 |
tree | 94e7f8eccb9f67285afb7ebb4f3b084ee5b3a02d | |
parent | 704e040a51d2456a6c56e79363279b230d37cef7 [diff] |
nvme: Use blk_create_devicef() API The codes in nvme_uclass_post_probe() can be replaced to call the blk_create_devicef() API directly. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>