ide: Fix annoying warning in ide_pio_bytes().
authorDavid S. Miller <davem@davemloft.net>
Tue, 23 Jun 2009 11:16:04 +0000 (04:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Aug 2009 17:42:56 +0000 (10:42 -0700)
GCC can't see that flags is only set and used when PageHighmem() is
true.

Inspired by a patch from Jean Delvare.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found