From: Dave Young <hidave.darkstar@gmail.com>
To: akpm@linux-foundation.org
Cc: mm-commits@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: mmotm 2009-08-06-00-30 uploaded
Date: Fri, 7 Aug 2009 09:10:51 +0800 [thread overview]
Message-ID: <20090807011051.GA3597@darkstar> (raw)
In-Reply-To: <200908060733.n767X6mN023120@imap1.linux-foundation.org>
On Thu, Aug 06, 2009 at 12:33:06AM -0700, akpm@linux-foundation.org wrote:
> The mm-of-the-moment snapshot 2009-08-06-00-30 has been uploaded to
>
> http://userweb.kernel.org/~akpm/mmotm/
>
> and will soon be available at
>
> git://git.zen-sources.org/zen/mmotm.git
>
> It contains the following patches against 2.6.31-rc5:
>
Hi, andrew
Following a fix for the build warning about unused variable.
---
Fix build warning about the unused variable in char_dev.c:267
Remove the unused char *s
Signed-off-by: Dave Young <hidave.darkstar@gmail.com>
--
fs/char_dev.c | 1 -
1 file changed, 1 deletion(-)
--- linux-2.6.30.orig/fs/char_dev.c 2009-08-05 14:04:59.000000000 +0800
+++ linux-2.6.30/fs/char_dev.c 2009-08-06 20:48:24.000000000 +0800
@@ -264,7 +264,6 @@ int register_chrdev(unsigned int major,
{
struct char_device_struct *cd;
struct cdev *cdev;
- char *s;
int err = -ENOMEM;
cd = __register_chrdev_region(major, 0, 256, name);
next prev parent reply other threads:[~2009-08-07 1:10 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-06 7:33 mmotm 2009-08-06-00-30 uploaded akpm
2009-08-06 8:23 ` KAMEZAWA Hiroyuki
2009-08-06 8:31 ` Andrew Morton
2009-08-07 1:10 ` Dave Young [this message]
2009-08-07 2:02 ` mmotm 2009-08-06-00-30 uploaded (mtd) Randy Dunlap
2009-08-07 2:25 ` Andrew Morton
2009-08-07 3:34 ` Paul Mundt
2009-08-07 4:00 ` Randy Dunlap
2009-08-10 7:01 ` Artem Bityutskiy
2009-08-07 13:47 ` mmotm 2009-08-06-00-30 uploaded Dave Young
2009-08-07 13:49 ` Dave Young
2009-08-07 16:49 ` Andrew Morton
2009-08-08 1:59 ` Dave Young
2009-08-08 10:13 ` Dave Young
2009-08-11 14:08 ` Dave Young
2009-08-11 18:30 ` Greg KH
2009-08-11 23:48 ` Dave Young
[not found] ` <c1f41c620908130802x77886b15p766af4be070191cd@mail.gmail.com>
2009-08-14 2:55 ` Dave Young
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=20090807011051.GA3597@darkstar \
--to=hidave.darkstar@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mm-commits@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox