diff options
| author | Eric Sesterhenn <[email protected]> | 2006-09-25 16:59:08 -0700 |
|---|---|---|
| committer | James Bottomley <[email protected]> | 2006-09-26 11:35:28 -0700 |
| commit | 45223fd77c2b39d05dd7f1aaabf614abb1770bbe (patch) | |
| tree | dd3f866f1d5c206a29d4aea31e687a2fe9bb1fd2 /include/linux/debugobjects.h | |
| parent | 53aefd3fc31f08487f6941282ef6611413e02e43 (diff) | |
[SCSI] Signdness issue in drivers/scsi/osst.c
another signdness warning from gcc 4.1
drivers/scsi/osst.c:5154: warning: comparison of unsigned expression < 0 is always false
The problem is that blk is defined as unsigned, but all usages of it are
normal int cases. osst_get_frame_position() and osst_get_sector() return ints
and can return negative values. If blk stays an unsigned int, the error check
is useless.
Signed-off-by: Eric Sesterhenn <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions