All of lore.kernel.org
 help / color / mirror / Atom feed
* sparse problem with duplicate __iomem?
@ 2020-08-18 18:09 Randy Dunlap
  2020-08-18 19:23 ` Luc Van Oostenryck
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2020-08-18 18:09 UTC (permalink / raw)
  To: Linux-Sparse, Luc Van Oostenryck

Hi,

On kernel 5.9-rc1, either i386 or x86_64 builds, I am seeing these
sparse warnings:

../drivers/gpu/drm/ast/ast_cursor.c:256:26: CK: warning: duplicate [noderef]
../drivers/gpu/drm/ast/ast_cursor.c:256:26: CK: error: multiple address space given: __iomem & __iomem

for this source line:

	u8 __iomem *dst, __iomem *sig;


Should one of those __iomem-s be removed?
I.e., does "__iomem" apply to everything after it, up to the ending ';',
or just up to the next comma ','? 


thanks.
-- 
~Randy


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

end of thread, other threads:[~2020-08-18 20:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-18 18:09 sparse problem with duplicate __iomem? Randy Dunlap
2020-08-18 19:23 ` Luc Van Oostenryck
2020-08-18 20:11   ` Randy Dunlap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.