diff options
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-02-09 12:01:02 +0100 |
---|---|---|
committer | Haavard Skinnemoen <hskinnemoen@atmel.com> | 2007-02-09 15:01:59 +0100 |
commit | a3b0277d1c1d754eeb9a8f994339edbd914cacda (patch) | |
tree | 15762bd661c3ab3933751f4ac18c6b2f7cbaf5b9 /arch | |
parent | 9d4ad801372c688c6ae7e080f6fc6f802f53cbe3 (diff) | |
download | linux-a3b0277d1c1d754eeb9a8f994339edbd914cacda.tar.bz2 |
[AVR32] ssize_t should be long, not int
Since size_t is defined as unsigned long, ssize_t ought to be long
and not int. It could have been the other way around, but gcc defines
size_t as unsigned long, so this is correct.
This fixes a couple of printk format warnings.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions