From: Dan Carpenter <error27@xxxxxxxxx> Date: Sun, 27 Mar 2011 06:08:30 +0300 > On Sun, Mar 27, 2011 at 04:42:32AM +0200, Javier Martinez Canillas wrote: >> This flag is scheduled for removal so we shouldn't used it. >> >> Signed-off-by: Javier Martinez Canillas <martinez.javier@xxxxxxxxx> >> --- >> drivers/net/tg3.c | 5 ++--- >> 1 files changed, 2 insertions(+), 3 deletions(-) >> >> diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c >> index c67eb19..58c6049 100644 >> --- a/drivers/net/tg3.c >> +++ b/drivers/net/tg3.c >> @@ -8844,12 +8844,11 @@ static int tg3_request_irq(struct tg3 *tp, int irq_num) >> fn = tg3_msi; >> if (tp->tg3_flags2 & TG3_FLG2_1SHOT_MSI) >> fn = tg3_msi_1shot; >> - flags = IRQF_SAMPLE_RANDOM; > > You need initialize flags to zero here. Apparently gcc doesn't catch > this. I'm using gcc 4.4.3-4ubuntu5. Javier please fix this up and resubmit your patch. Thanks. -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html