public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* megaraid warnings
@ 2004-02-17 19:45 David Mosberger
  2004-02-17 19:58 ` Matthew Wilcox
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: David Mosberger @ 2004-02-17 19:45 UTC (permalink / raw)
  To: linux-ia64

The 2.6 megaraid driver causes several ugly warnings along the lines of:

drivers/scsi/megaraid.c:3500: warning: cast to pointer from integer of different size

I think those may be harmless (I don't have hardware to test this) but
it would still be better to fix the drivers so there are no warnings
(most likely by casting u32 addresses that are guaranteed to be <4GB
to "unsigned long" before converting them to a pointer).

Can someone look into this?

Thanks,

	--david

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-02-17 20:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-17 19:45 megaraid warnings David Mosberger
2004-02-17 19:58 ` Matthew Wilcox
2004-02-17 20:08 ` David Mosberger
2004-02-17 20:09 ` Matthew Wilcox
2004-02-17 20:18 ` David Mosberger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox