netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* re: macvtap: convert to SKB paged frag API.
@ 2011-09-20  9:17 Dan Carpenter
  2011-09-20 10:05 ` Ian Campbell
  2011-09-20 10:48 ` [PATCH] macvtap: fix warning due to use of uninitialised var Ian Campbell
  0 siblings, 2 replies; 3+ messages in thread
From: Dan Carpenter @ 2011-09-20  9:17 UTC (permalink / raw)
  To: Ian.Campbell; +Cc: netdev

Hi Ian,

There is a problem in d1b08284ade "macvtap: convert to SKB paged frag
API."  It removes the initialization of "f" in zerocopy_sg_from_iovec()
which breaks it and causes a compile warning:
drivers/net/macvtap.c:509:5: warning: ‘f’ may be used uninitialized
	in this function [-Wuninitialized]

regards,
dan carpenter

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

end of thread, other threads:[~2011-09-20 10:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-20  9:17 macvtap: convert to SKB paged frag API Dan Carpenter
2011-09-20 10:05 ` Ian Campbell
2011-09-20 10:48 ` [PATCH] macvtap: fix warning due to use of uninitialised var Ian Campbell

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).