Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: Martin Michlmayr <tbm@cyrius.com>
To: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org, akpm@osdl.org
Subject: [PATCH 6/6] [MTD] Remove typecast from drivers/mtd/maps/lasat.c
Date: Mon, 20 Mar 2006 04:36:46 +0000	[thread overview]
Message-ID: <20060320043646.GF20200@deprecation.cyrius.com> (raw)
In-Reply-To: <20060320043445.GA20171@deprecation.cyrius.com>

Remove an unneeded typecast from drivers/mtd/maps/lasat.c, thereby
bringing the file in sync with Linus' tree.

Signed-off-by: Martin Michlmayr <tbm@cyrius.com>


--- a/drivers/mtd/maps/lasat.c
+++ b/drivers/mtd/maps/lasat.c
@@ -7,7 +7,8 @@
  * modify it under the terms of the GNU General Public License version
  * 2 as published by the Free Software Foundation.
  *
- * $Id: lasat.c,v 1.7 2004/07/12 21:59:44 dwmw2 Exp $
+ * $Id: lasat.c,v 1.9 2004/11/04 13:24:15 gleixner Exp $
+ *
  *
  */
 
@@ -50,7 +51,7 @@ static int __init init_lasat(void)
 	ENABLE_VPP((&lasat_map));
 
 	lasat_map.phys = lasat_flash_partition_start(LASAT_MTD_BOOTLOADER);
-	lasat_map.virt = (unsigned long)ioremap_nocache(
+	lasat_map.virt = ioremap_nocache(
 		        lasat_map.phys, lasat_board_info.li_flash_size);
 	lasat_map.size = lasat_board_info.li_flash_size;
 

-- 
Martin Michlmayr
http://www.cyrius.com/

  parent reply	other threads:[~2006-03-20  4:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-20  4:34 Bring linux-mips in sync with Linus' tree Martin Michlmayr
2006-03-20  4:35 ` [PATCH 1/6] [CHAR] Remove obsolete IBM z50 (vr41xx) keyboard map Martin Michlmayr
2006-03-20  4:35 ` [PATCH 2/6] [VIDEO] Remove trailing whitespace from drivers/video/Kconfig Martin Michlmayr
2006-03-20  4:35 ` [PATCH 3/6] Remove bogus blank lines - sync with Linus' tree Martin Michlmayr
2006-03-20  4:36 ` [PATCH 4/6] [NET] Fix NET_SB1250_MAC Kconfig order to match " Martin Michlmayr
2006-03-20  4:36 ` [PATCH 5/6] [MIPS] vr41xx: remove timex.h Martin Michlmayr
2006-03-20  4:36 ` Martin Michlmayr [this message]
2006-03-20  5:06 ` Bring linux-mips in sync with Linus' tree Andrew Morton
2006-03-20  5:20   ` Martin Michlmayr

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=20060320043646.GF20200@deprecation.cyrius.com \
    --to=tbm@cyrius.com \
    --cc=akpm@osdl.org \
    --cc=linux-mips@linux-mips.org \
    --cc=ralf@linux-mips.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