gigaset: gigaset_isowbuf_getbytes() may return signed unnoticed
authorTilman Schmidt <tilman@imap.cc>
Thu, 24 Jul 2008 04:28:27 +0000 (21:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Jul 2008 17:47:22 +0000 (10:47 -0700)
commit5f09c4c797d00bef5700e1ca085b4efcedaf34b8
tree126772d4fb24001bf57590f7532be7557086cc4c
parent5002779d37b261271da9883e06c14b097d4781c4
gigaset: gigaset_isowbuf_getbytes() may return signed unnoticed

ifd->offset is unsigned.  gigaset_isowbuf_getbytes() may return signed
unnoticed.  Revised version of patch originally submitted by Roel Kluin
<12o3l@tiscali.nl>.

Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/isdn/gigaset/bas-gigaset.c