diff options
author | 2007-08-01 23:46:44 +0200 | |
---|---|---|
committer | 2007-08-01 23:46:44 +0200 | |
commit | ab0579685d34eb2c6b101534796ba64c8b9107b5 (patch) | |
tree | e7d81b706c647732e918decc75d948763d339b41 /include/linux/kernel.h | |
parent | ide: fix runtogether printk's in cmd64x IDE driver (diff) | |
download | wireguard-linux-ab0579685d34eb2c6b101534796ba64c8b9107b5.tar.xz wireguard-linux-ab0579685d34eb2c6b101534796ba64c8b9107b5.zip |
ide: eliminate warnings in ide-tape.c
drivers/ide/ide-tape.c: In function '__idetape_kmalloc_stage':
drivers/ide/ide-tape.c:2588: warning: large integer implicitly truncated to unsigned type
drivers/ide/ide-tape.c:2616: warning: large integer implicitly truncated to unsigned type
b_size in struct idetape_bh is an unsigned short. We sometimes assigne
PAGE_SIZE to it and PAGE_SIZE can be 64K or larger, so make it a u32.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'include/linux/kernel.h')
0 files changed, 0 insertions, 0 deletions