Initialize irql to something prior to calls that (might) set it.

Whined about: gcc 4.2
This commit is contained in:
Matt Jacob 2007-05-20 16:59:37 +00:00
parent 2d5f1502fe
commit a443a26379
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169800

View File

@ -1082,7 +1082,7 @@ ndis_rxeof_eth(adapter, ctx, addr, hdr, hdrlen, lookahead, lookaheadlen, pktlen)
uint32_t pktlen;
{
ndis_miniport_block *block;
uint8_t irql;
uint8_t irql = 0;
uint32_t status;
ndis_buffer *b;
ndis_packet *p;