From: ppisa Date: Sat, 8 Nov 2008 23:16:07 +0000 (+0100) Subject: Merge commit 'sf-ocera-lincan/master' X-Git-Url: http://rtime.felk.cvut.cz/gitweb/lincan.git/commitdiff_plain/c50bf8f274d978d24d9fbc10641fb6f6fc11868d?hp=8dc24176e78bfedea9f35fb667e738da8e16c956 Merge commit 'sf-ocera-lincan/master' --- diff --git a/lincan/src/tscan1.c b/lincan/src/tscan1.c index dab8584..5f7ca7a 100644 --- a/lincan/src/tscan1.c +++ b/lincan/src/tscan1.c @@ -284,7 +284,8 @@ int tscan1_init_hw_data(struct candevice_t *candev) remap_io_addr = io_addr + tsxxx_base; if(tscan1_check_presence(remap_io_addr, &jmp)){ - CANMSG("No TSCAN1 card found at address 0xlx\n"); + CANMSG("No TSCAN1 card found at address 0x%lx\n", + remap_io_addr); return -ENODEV; } } else { @@ -371,7 +372,8 @@ int ts7kv_init_hw_data(struct candevice_t *candev) remap_io_addr = io_addr + tsxxx_base; if(ts7kv_check_presence(remap_io_addr, &jmp)){ - CANMSG("No TS7KV card found at address 0xlx\n"); + CANMSG("No TS7KV card found at address 0x%lx\n", + remap_io_addr); return -ENODEV; } } else {