Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f274fd9a authored by Davidlohr Bueso's avatar Davidlohr Bueso Committed by David S. Miller
Browse files

tg3: remove IRQF_SAMPLE_RANDOM flag



This driver is the last user of the IRQF_SAMPLE_RANDOM flag for net drivers, and since add_*_randomness
interfaces have now deprecated the flag as a source of external noise, we can remove it.

Signed-off-by: default avatarDavidlohr Bueso <dave@gnu.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4b0d1a0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9682,7 +9682,7 @@ static int tg3_test_interrupt(struct tg3 *tp)
	}

	err = request_irq(tnapi->irq_vec, tg3_test_isr,
			  IRQF_SHARED | IRQF_SAMPLE_RANDOM, dev->name, tnapi);
			  IRQF_SHARED, dev->name, tnapi);
	if (err)
		return err;