summaryrefslogtreecommitdiffstats
path: root/crypto/anubis.c
diff options
context:
space:
mode:
authorConnor Hansen <cmdkhh@gmail.com>2011-06-12 00:06:48 +0200
committerDavid S. Miller <davem@davemloft.net>2011-06-12 00:06:48 +0200
commit3307d0d83b7bf636dc6dd2aa4a584d0f52cc185b (patch)
tree69a8886e0cd21e6369fd196e237972a5fbfcaefc /crypto/anubis.c
parentlinux/seqlock.h should #include asm/processor.h for cpu_relax() (diff)
downloadlinux-3307d0d83b7bf636dc6dd2aa4a584d0f52cc185b.tar.xz
linux-3307d0d83b7bf636dc6dd2aa4a584d0f52cc185b.zip
ide-cd: signedness warning fix again
One of the legit warnings 'make W=3 drivers/ide/ide-cd.c' generates is: drivers/ide/ide-cd.c: In function ide_cd_do_request drivers/ide/ide-cd.c:828:2: warning: conversion to int from \ unsigned int may change the sign of the result drivers/ide/ide-cd.c:833:2: warning: conversion to int from \ unsigned int may change the sign of the result nsectors is declared int, should be unsigned int. blk_rq_sectors() returns unsigned int, and ide_complete_rq expects unsigned int as well. Fixes both warnings. Signed-off-by: Connor Hansen <cmdkhh@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'crypto/anubis.c')
0 files changed, 0 insertions, 0 deletions