commit | 6d8e9dd050ea78862b6c5e2c873ad6407f9b2428 | [log] [tgz] |
---|---|---|
author | Bryan O'Sullivan <bos@pathscale.com> | Sat Jul 01 04:36:14 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Jul 01 09:56:01 2006 -0700 |
tree | 4279eb8f2b6ac1359f0e4af32f6df75b124e5efe | |
parent | 8307c28eecea917c4754075fbb85eb398a3bc516 [diff] |
[PATCH] IB/ipath: read/write correct sizes through diag interface We must increment uaddr by size we are reading or writing, since it's passed as a char *, not a pointer to the appropriate size. Signed-off-by: Dave Olson <dave.olson@qlogic.com> Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com> Cc: "Michael S. Tsirkin" <mst@mellanox.co.il> Cc: Roland Dreier <rolandd@cisco.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>