qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [PATCH v2] usb: Change *_exitfn return type from int


From: Gerd Hoffmann
Subject: Re: [Qemu-trivial] [PATCH v2] usb: Change *_exitfn return type from int to void
Date: Mon, 10 Oct 2016 09:31:45 +0200

  Hi,

> -    cc->exitfn = passthru_exitfn;
> +    cc->exitfn = NULL;

cc struct is zero-initialized, so setting to NULL is not needed.
You can just drop the line instead.

cheers,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]