Jeff Layton <[email protected]> wrote: > On Tue, 5 Apr 2011 12:23:40 -0500 > Steve French <[email protected]> wrote: > > > The patch is fine except that I would prefer that it not introduce a > > sparse warning > > (this would be the only endian warning). See below: > > > > CHECK fs/cifs/cifs_unicode.c > > fs/cifs/cifs_unicode.c:309:32: warning: cast from restricted __le16 > > CC [M] fs/cifs/cifs_unicode.o > > > > Good point. I'll need to put a new variable on the stack to fix it, but > that's no big deal. I'll fix and resend.
Which line is it that actually gives the warning? Is it when 0 is implicitly cast to __le16? If so, can you just cast it directly? David -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
