Re: [PATCH v4 09/16] block: sed-opal: split generation of bytestring header and content

From: Christoph Hellwig
Date: Mon Feb 04 2019 - 09:48:22 EST


> + start = &cmd->cmd[cmd->pos];
> + return start;

No need for the local start variable here, just return the computed
address directly.

Otherwise looks good:

Reviewed-by: Christoph Hellwig <hch@xxxxxx>