[<prev] [next>] [day] [month] [year] [list]
Message-ID: <CADLM8XP0q0GDyK68rrCb46L97HmTjL0WxY03EzwjTB4buBTeow@mail.gmail.com>
Date: Thu, 6 Oct 2011 10:21:23 +0800
From: Wei Yang <weiyang.kernel@...il.com>
To: bjorn.helgaas@...com
Cc: hpa@...or.com, jbarnes@...tuousgeek.org,
linux-kernel@...r.kernel.org
Subject: One comment on fcb11918
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists