On Wed, 25 Jun 2008 19:58:20 +0200
Rene Herman <rene.herman@keyaccess.nl> wrote:
pci_resource_flags() returns an unsigned long.
But I think you're right and resource.flags is wrong. Because there's
no way in which we'll ever be able to use bits 32-63 of that field
anyway.
I suppose that Someone(tm) should convert resource.flags to a u32 or
something. Minor issue.
--