Re: [PATCH] e1000e: tweak irq allocation messages

2008-01-31 Thread Kok, Auke
Andy Gospodarek wrote: > (Reposted with the version I intended -- added ',' so it compiles!) > > There's too much noise on systems that don't support MSI. Let's get rid > of a few and make the real error message more specific. > > Signed-off-by: Andy Gospodarek <[EMAIL PROTECTED]> thanks Andy,

Re: [PATCH] e1000e: tweak irq allocation messages

2008-01-31 Thread Andy Gospodarek
On Thu, Jan 31, 2008 at 05:56:39PM -0500, Andy Gospodarek wrote: > > There's too much noise on systems that don't support MSI. Let's get rid > of the unneeded message and make the real error message more specific. > > Signed-off-by: Andy Gospodarek <[EMAIL PROTECTED]> > --- > > netdev.c | 12

[PATCH] e1000e: tweak irq allocation messages

2008-01-31 Thread Andy Gospodarek
There's too much noise on systems that don't support MSI. Let's get rid of the unneeded message and make the real error message more specific. Signed-off-by: Andy Gospodarek <[EMAIL PROTECTED]> --- netdev.c | 12 +--- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/dri