Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- drivers/crypto/geode-aes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/crypto/geode-aes.c +++ b/drivers/crypto/geode-aes.c @@ -101,7 +101,7 @@ geode_aes_crypt(struct geode_aes_op *op) { u32 flags = 0; - int iflags; + unsigned long iflags; if (op->len == 0 || op->src == op->dst) return 0; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/