From: Geoff Levand <geoffrey.levand@am.sony.com>
To: mporter@mvista.com
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH][PPC32] Fix ebony build warnings
Date: Tue, 11 Jan 2005 12:35:37 -0800 [thread overview]
Message-ID: <41E43899.3080301@am.sony.com> (raw)
ebony-fix-warnings-05.01.11.patch:
This patch fixes some 'makes pointer from integer without a cast' build
warnings for ebony.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> for CELF
---
ebony.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.10.orig/arch/ppc/platforms/4xx/ebony.c 2004-12-24 13:35:40.000000000 -0800
+++ fixed/arch/ppc/platforms/4xx/ebony.c 2005-01-11 12:27:13.253449121 -0800
@@ -179,7 +179,7 @@
}
#define PCIX_WRITEL(value, offset) \
- (writel(value, (u32)pcix_reg_base+offset))
+ (writel(value, (void*)((u32)pcix_reg_base+offset)))
/*
* FIXME: This is only here to "make it work". This will move
reply other threads:[~2005-01-11 20:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=41E43899.3080301@am.sony.com \
--to=geoffrey.levand@am.sony.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mporter@mvista.com \
/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