[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090415132746.e45d8fd9.akpm@linux-foundation.org>
Date: Wed, 15 Apr 2009 13:27:46 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Randy Dunlap <randy.dunlap@...cle.com>
Cc: linux-kernel@...r.kernel.org, den@...nvz.org
Subject: Re: mmotm 2009-04-14-17-24 uploaded (mtd)
On Wed, 15 Apr 2009 08:39:36 -0700
Randy Dunlap <randy.dunlap@...cle.com> wrote:
>
> akpm@...ux-foundation.org wrote:
> > The mm-of-the-moment snapshot 2009-04-14-17-24 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.30-rc1:
>
>
>
> drivers/mtd/mtdcore.c:51: error: invalid operands to binary *
hrm. This, I suppose:
From: Andrew Morton <akpm@...ux-foundation.org>
--- a/drivers/mtd/mtdcore.c~mtd-mtd-in-mtd_release-is-unused-without-config_mtd_char-fix
+++ a/drivers/mtd/mtdcore.c
@@ -48,7 +48,7 @@ static LIST_HEAD(mtd_notifiers);
*/
static void mtd_release(struct device *dev)
{
- dev_t index = MTD_DEVT(dev_to_mtd(dev));
+ dev_t index = MTD_DEVT(dev_to_mtd(dev)->index);
/* remove /dev/mtdXro node if needed */
if (index)
_
--
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