[PATCH 08/14] xfree86: delete useless "Primary device is not PCI" message

2010-06-03 Thread Tiago Vignatti
The primary device being PCI or not has no effect on the server working. This message is superfluous. Signed-off-by: Tiago Vignatti Reviewed-by: Mikhail Gusarov --- hw/xfree86/common/xf86pciBus.c |9 ++--- 1 files changed, 2 insertions(+), 7 deletions(-) diff --git a/hw/xfree86/common/

Re: [PATCH 08/14] xfree86: delete useless "Primary device is not PCI" message

2010-06-01 Thread Peter Hutterer
On Tue, Jun 01, 2010 at 09:07:23PM +0300, Vignatti Tiago (Nokia-D/Helsinki) wrote: > On Tue, Jun 01, 2010 at 06:29:28PM +0200, ext Tomas Carnecky wrote: > > On 6/1/10 4:59 PM, Tiago Vignatti wrote: > > > It's not PCI? So what?! > > > > > > Signed-off-by: Tiago Vignatti > > > --- > > > hw/xfree86

Re: [PATCH 08/14] xfree86: delete useless "Primary device is not PCI" message

2010-06-01 Thread Tomas Carnecky
On 6/1/10 8:07 PM, Vignatti Tiago (Nokia-D/Helsinki) wrote: On Tue, Jun 01, 2010 at 06:29:28PM +0200, ext Tomas Carnecky wrote: On 6/1/10 4:59 PM, Tiago Vignatti wrote: It's not PCI? So what?! Signed-off-by: Tiago Vignatti --- hw/xfree86/common/xf86pciBus.c |6 -- 1 files changed,

Re: [PATCH 08/14] xfree86: delete useless "Primary device is not PCI" message

2010-06-01 Thread Vignatti Tiago (Nokia-D/Helsinki)
On Tue, Jun 01, 2010 at 06:29:28PM +0200, ext Tomas Carnecky wrote: > On 6/1/10 4:59 PM, Tiago Vignatti wrote: > > It's not PCI? So what?! > > > > Signed-off-by: Tiago Vignatti > > --- > > hw/xfree86/common/xf86pciBus.c |6 -- > > 1 files changed, 0 insertions(+), 6 deletions(-) > > > >

Re: [PATCH 08/14] xfree86: delete useless "Primary device is not PCI" message

2010-06-01 Thread Vignatti Tiago (Nokia-D/Helsinki)
On Tue, Jun 01, 2010 at 05:30:14PM +0200, ext Daniel Stone wrote: > On Tue, Jun 01, 2010 at 05:59:04PM +0300, Tiago Vignatti wrote: > > It's not PCI? So what?! > > > > Signed-off-by: Tiago Vignatti > > --- > > hw/xfree86/common/xf86pciBus.c |6 -- > > 1 files changed, 0 insertions(+), 6

Re: [PATCH 08/14] xfree86: delete useless "Primary device is not PCI" message

2010-06-01 Thread Alan Coopersmith
Tomas Carnecky wrote: > How much do Xorg developers care about indentation? More than we used to, and consistency with the surrounding code is the general rule, since there are so many different styles in use in the code already. -- -Alan Coopersmith-alan.coopersm...@oracle.com

Re: [PATCH 08/14] xfree86: delete useless "Primary device is not PCI" message

2010-06-01 Thread Tomas Carnecky
On 6/1/10 4:59 PM, Tiago Vignatti wrote: It's not PCI? So what?! Signed-off-by: Tiago Vignatti --- hw/xfree86/common/xf86pciBus.c |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/hw/xfree86/common/xf86pciBus.c b/hw/xfree86/common/xf86pciBus.c index a751427..b64bae

Re: [PATCH 08/14] xfree86: delete useless "Primary device is not PCI" message

2010-06-01 Thread Daniel Stone
On Tue, Jun 01, 2010 at 05:59:04PM +0300, Tiago Vignatti wrote: > It's not PCI? So what?! > > Signed-off-by: Tiago Vignatti > --- > hw/xfree86/common/xf86pciBus.c |6 -- > 1 files changed, 0 insertions(+), 6 deletions(-) > > diff --git a/hw/xfree86/common/xf86pciBus.c b/hw/xfree86/commo

[PATCH 08/14] xfree86: delete useless "Primary device is not PCI" message

2010-06-01 Thread Tiago Vignatti
It's not PCI? So what?! Signed-off-by: Tiago Vignatti --- hw/xfree86/common/xf86pciBus.c |6 -- 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/hw/xfree86/common/xf86pciBus.c b/hw/xfree86/common/xf86pciBus.c index a751427..b64bae3 100644 --- a/hw/xfree86/common/xf86pciBus.