One comment on fcb11918

From: Wei Yang
Date: Wed Oct 05 2011 - 22:21:27 EST


Bjorn

This is very glad to talk to you.

In your commit fcb11918, you add a line in find_resource().

@@ -394,6 +398,7 @@ static int find_resource(struct resource *root,
struct resource *new,
struct resource *this = root->child;
struct resource tmp = *new, avail, alloc;

+ tmp.flags = new->flags;
tmp.start = root->start;
/*
* Skip past an allocated resource that starts at 0, since the
assignment

I am curious about why you want to add this line.

--
Wei Yang
Help You, Help Me
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/