Re: [PATCH 6/8] ublk: fold __ublk_create_dev into ublk_ctrl_add_dev
From: Ming Lei <hidden> Date: 2022-07-21 07:35:34
On Thu, Jul 21, 2022 at 07:16:30AM +0200, Christoph Hellwig wrote:
Fold __ublk_create_dev into its only caller to avoid the packing and
unpacking of the return value into an ERR_PTR.
Signed-off-by: Christoph Hellwig <hch@lst.de>
---