aboutsummaryrefslogtreecommitdiffstats
path: root/fs/partitions
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2008-04-28 02:16:30 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-04-28 08:58:47 -0700
commit73f20e58b1d586e9f6d3ddc3aad872829aca7743 (patch)
treecd426ad1186438a0b16ade918e73c0b84c4bbe92 /fs/partitions
parentc7a6c4edc74ee5c3d990325fe93b6916f43499f4 (diff)
downloadkernel_samsung_smdk4412-73f20e58b1d586e9f6d3ddc3aad872829aca7743.tar.gz
kernel_samsung_smdk4412-73f20e58b1d586e9f6d3ddc3aad872829aca7743.tar.bz2
kernel_samsung_smdk4412-73f20e58b1d586e9f6d3ddc3aad872829aca7743.zip
FAT_VALID_MEDIA(): remove pointless test
The on-disk media specification field in FAT is only 8-bits, so testing for <=0xff is pointless, and can generate a "comparison is always true due to limited range of data type" warning. While we're there, convert FAT_VALID_MEDIA() into a C function - the present implementation is buggy: it generates either one or two references to its argument. Cc: Frank Seidel <fseidel@suse.de> Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/partitions')
0 files changed, 0 insertions, 0 deletions