Re: [PATCH v3 06/16] block: sed-opal: unify error handling of responses

2019-01-27 Thread Scott Bauer
On Tue, Jan 22, 2019 at 11:31:37PM +0100, David Kozub wrote: > 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:

[PATCH v3 06/16] block: sed-opal: unify error handling of responses

2019-01-22 Thread David Kozub
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 Signed-off-by: David Kozub Signed-off-by: Jonas Rabenst