>>> On 15.08.17 at 14:30, <andrew.coop...@citrix.com> wrote:
> --- a/xen/common/grant_table.c
> +++ b/xen/common/grant_table.c
> @@ -1731,31 +1731,25 @@ gnttab_query_size(
>      XEN_GUEST_HANDLE_PARAM(gnttab_query_size_t) uop, unsigned int count)
>  {
>      struct gnttab_query_size op;
> -    struct domain *d;
> -    int rc;
> +    struct domain *d = NULL;

There's no need to add an initializer here afaict. Other than that
Reviewed-by: Jan Beulich <jbeul...@suse.com>

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to