From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvWFG-0005cv-P3 for qemu-devel@nongnu.org; Thu, 09 Feb 2012 10:49:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvWFA-0004ij-TH for qemu-devel@nongnu.org; Thu, 09 Feb 2012 10:49:14 -0500 Date: Thu, 9 Feb 2012 13:48:51 -0200 From: Luiz Capitulino Message-ID: <20120209134851.46b62fde@doriath.home> In-Reply-To: <20120209152858.GA6051@stefanha-thinkpad.localdomain> References: <20120209112942.77ce62bf@doriath.home> <20120209152858.GA6051@stefanha-thinkpad.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Qemu-trivial] [TRIVIAL] virtio_cleanup(): Remove unneeded g_free() parameter check List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-trivial , qemu-devel@nongnu.org On Thu, 9 Feb 2012 15:28:58 +0000 Stefan Hajnoczi wrote: > On Thu, Feb 09, 2012 at 11:29:42AM -0200, Luiz Capitulino wrote: > > > > Signed-off-by: Luiz Capitulino > > --- > > hw/virtio.c | 3 +-- > > 1 files changed, 1 insertions(+), 2 deletions(-) > > Tweaked commit message to be more conventional with "virtio: Remove > unneeded g_free() check in virtio_cleanup()". Thanks. > > Thanks, applied to the trivial patches tree: > https://github.com/stefanha/qemu/commits/trivial-patches > > Stefan >