[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <fc5d35d666d96f146ac06cd775368580.squirrel@intranet.cs.nmsu.edu>
Date: Tue, 18 Aug 2009 09:43:14 -0600
From: "Rick L. Vinyard, Jr." <rvinyard@...nmsu.edu>
To: "Alan Stern" <stern@...land.harvard.edu>
Cc: "Linux USB" <linux-usb@...r.kernel.org>,
"LKML" <linux-kernel@...r.kernel.org>
Subject: Re: Purpose of parameter in sysfs binary read
Alan Stern wrote:
> On Tue, 18 Aug 2009, Rick L. Vinyard, Jr. wrote:
>
> Neither one. If the kernel wanted to add an offset to buf, it would
> have done so before calling the function. The code should be more like
> this:
>
> memcpy(buf, bindata + offset, min(size, bsize - offset));
>
Ahhh, offset into the binary data.
Thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists