report the return value of the command

This commit is contained in:
2020-01-08 15:33:08 -05:00
parent 41df95aaab
commit 7f49731ec6
2 changed files with 6 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ struct dev_cmd_resp
{
int ret;
unsigned long long magic;
unsigned long long retval;
unsigned char *data;
int len;
};