commit | fcb8ce968fb5d476cbb3f1547ade0c05fc2f6c59 | [log] [tgz] |
---|---|---|
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Tue Dec 03 21:37:24 2013 -0500 |
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | Fri May 23 12:33:36 2014 -0400 |
tree | 1d38e922c6f61d4dc0c3cd4057cd1bf92f6eaf14 | |
parent | 8899035eec4105a10149817fdaf684f127670f8c [diff] |
xen-pciback: First reset, then free. We were doing the operations of freeing and reset in the wrong order. Granted nothing broke because the reset functions just set bar->which = 0. But nonethless this was incorrect. Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Reviewed-by: Jan Beulich <jbeulich@suse.com> Reviewed-by: David Vrabel <david.vrabel@citrix.com>