linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* sg_is_chain() call in coh901318_lli_fill_sg()
@ 2013-02-04 11:33 Bart Van Assche
  2013-02-19 12:05 ` Per Forlin
  0 siblings, 1 reply; 2+ messages in thread
From: Bart Van Assche @ 2013-02-04 11:33 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

I'm trying to understand how coh901318_lli_fill_sg() works by studying 
the source code of that function. In that function I found the following 
code:

	for_each_sg(sgl, sg, nents, i) {
		if (sg_is_chain(sg)) {
			[ ... ]

Can anyone explain me why that construct makes sense ? As far as I can 
see in lib/scatterlist.c sg_next() ensures that the for_each_sg() skips 
those elements for which sg_is_chain(sg) == true. Does that mean that 
sg_is_chain(sg) always evaluates to false in the above loop ?

Thanks,

Bart.

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

end of thread, other threads:[~2013-02-19 12:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-04 11:33 sg_is_chain() call in coh901318_lli_fill_sg() Bart Van Assche
2013-02-19 12:05 ` Per Forlin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).