-
由 Luca Coelho 提交于
The out_cmd structure starts with a header, so there's no need to use &out_cmd->hdr, out_cmd alone is enough. We use this when calculating other addresses and klocwork gets confused with that because it thinks we are trying to access hdr (as an array) beyond its size. Signed-off-by: NLuca Coelho <luciano.coelho@intel.com>
29cf396f