commit | ab958e3864c70bf45fe4a688ba231250d39339cf | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | Thu Feb 08 13:47:49 2018 -0300 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Feb 13 11:44:13 2018 +0100 |
tree | b8a7a5a9df283377b81174c33c389206b0c95f09 | |
parent | 218bb57dd79d6843e0592c30a82ea8c1fddc74a5 [diff] |
sdhci: use error_propagate(local_err) in realize() avoid the "errp && *errp" pattern (not recommended in "qapi/error.h" comments). Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Alistair Francis <alistair.francis@xilinx.com> Message-Id: <20180208164818.7961-2-f4bug@amsat.org>