commit | e2888a7fa7f8d23396c4b25ea763fe1f38851b3d | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Tue Sep 12 19:00:36 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 15 08:05:10 2017 -0400 |
tree | 09401d77ba44f5da46481444ee3c029a1a3d07af | |
parent | 723b43daec7ee2ddb600cfcb9b0253d4a71c3915 [diff] |
cmd: blk: Use LBAFU in the common block command There is already a macro LBAFU to aid formatted print with lbaint_t variables. Let's use it in the common block command codes. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>