diff options
author | Tomasz Kvarsin <kvarsin@gmail.com> | 2007-02-12 08:52:14 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-12 17:48:29 (GMT) |
commit | 3991d3bd1506391d8feec209b1d22ccb1c03a0bf (patch) | |
tree | b9a691fe6b0bc2bf3c98e64348472fa81de7ddab /drivers/serial | |
parent | bc1fc6d88c646ea071de34250552051a63000d70 (diff) | |
download | linux-fsl-qoriq-3991d3bd1506391d8feec209b1d22ccb1c03a0bf.tar.xz |
[PATCH] warning fix: unsigned->signed
While compiling my code with -Wconversion using gcc-trunk, I always get a
bunch of warrning from headers, here is fix for them:
__getblk is alawys called with unsigned argument,
but it takes signed, the same story with __bread,__breadahead and so on.
Signed-off-by: Tomasz Kvarsin
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/serial')
0 files changed, 0 insertions, 0 deletions