block: sed-opal: unify error handling of responses
response_get_{string,u64} include error handling for argument resp being
NULL but response_get_token does not handle this.
Make all three of response_get_{string,u64,token} handle NULL resp in
the same way.
Co-authored-by:
Jonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de>
Signed-off-by:
David Kozub <zub@linux.fjfi.cvut.cz>
Signed-off-by:
Jonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de>
Reviewed-by:
Scott Bauer <sbauer@plzdonthack.me>
Reviewed-by:
Christoph Hellwig <hch@lst.de>
Reviewed-by:
Jon Derrick <jonathan.derrick@intel.com>
Signed-off-by:
Jens Axboe <axboe@kernel.dk>
Loading
Please register or sign in to comment