[PATCH 03/12] xf86: don't assign unused pointer.

2011-10-20 Thread Dave Airlie
From: Dave Airlie airl...@redhat.com Pointed out by coverity scan. Signed-off-by: Dave Airlie airl...@redhat.com --- hw/xfree86/common/xf86pciBus.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/xfree86/common/xf86pciBus.c b/hw/xfree86/common/xf86pciBus.c index

Re: [PATCH 03/12] xf86: don't assign unused pointer.

2011-10-20 Thread Alan Coopersmith
On 10/20/11 03:44, Dave Airlie wrote: From: Dave Airlieairl...@redhat.com Pointed out by coverity scan. Signed-off-by: Dave Airlieairl...@redhat.com --- hw/xfree86/common/xf86pciBus.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/xfree86/common/xf86pciBus.c