From: Greg KH <greg@kroah.com>
To: Alan Stern <stern@rowland.harvard.edu>
Cc: Kernel development list <linux-kernel@vger.kernel.org>,
Linux-pm mailing list <linux-pm@lists.linux-foundation.org>
Subject: Re: [PATCH] Driver core: don't initialize wakeup flags
Date: Mon, 8 Mar 2010 14:00:35 -0800 [thread overview]
Message-ID: <20100308220035.GA21390@kroah.com> (raw)
In-Reply-To: <Pine.LNX.4.44L0.1003081645100.1297-100000@iolanthe.rowland.org>
On Mon, Mar 08, 2010 at 04:46:19PM -0500, Alan Stern wrote:
> This patch (as1351) removes an unnecessary and unwanted assignment
> from device_initialize(). The wakeup flags are set to 0 along with
> everything else when the device structure is allocated, so we don't
> need to do it again. Furthermore, the subsystem might already have
> set these flags to their correct values; we don't want to override it.
Does this solve a bug where a subsystem does do this already? Or can it
wait for 2.6.35?
thanks,
greg k-h
next prev parent reply other threads:[~2010-03-08 22:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-08 21:46 [PATCH] Driver core: don't initialize wakeup flags Alan Stern
2010-03-08 22:00 ` Greg KH
2010-03-08 22:00 ` Greg KH [this message]
2010-03-08 22:17 ` Alan Stern
2010-03-08 22:17 ` Alan Stern
-- strict thread matches above, loose matches on Subject: below --
2010-03-08 21:46 Alan Stern
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100308220035.GA21390@kroah.com \
--to=greg@kroah.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@lists.linux-foundation.org \
--cc=stern@rowland.harvard.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.