diff options
Diffstat (limited to 'drivers/block/aoe/aoecmd.c')
-rw-r--r-- | drivers/block/aoe/aoecmd.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/block/aoe/aoecmd.c b/drivers/block/aoe/aoecmd.c index e92d885803a3..bcea36c87d04 100644 --- a/drivers/block/aoe/aoecmd.c +++ b/drivers/block/aoe/aoecmd.c | |||
@@ -697,7 +697,8 @@ ataid_complete(struct aoedev *d, struct aoetgt *t, unsigned char *id) | |||
697 | } | 697 | } |
698 | 698 | ||
699 | if (d->ssize != ssize) | 699 | if (d->ssize != ssize) |
700 | printk(KERN_INFO "aoe: %012llx e%lu.%lu v%04x has %llu sectors\n", | 700 | printk(KERN_INFO |
701 | "aoe: %012llx e%ld.%d v%04x has %llu sectors\n", | ||
701 | mac_addr(t->addr), | 702 | mac_addr(t->addr), |
702 | d->aoemajor, d->aoeminor, | 703 | d->aoemajor, d->aoeminor, |
703 | d->fw_ver, (long long)ssize); | 704 | d->fw_ver, (long long)ssize); |
@@ -822,7 +823,7 @@ aoecmd_ata_rsp(struct sk_buff *skb) | |||
822 | 823 | ||
823 | if (ahin->cmdstat & 0xa9) { /* these bits cleared on success */ | 824 | if (ahin->cmdstat & 0xa9) { /* these bits cleared on success */ |
824 | printk(KERN_ERR | 825 | printk(KERN_ERR |
825 | "aoe: ata error cmd=%2.2Xh stat=%2.2Xh from e%ld.%ld\n", | 826 | "aoe: ata error cmd=%2.2Xh stat=%2.2Xh from e%ld.%d\n", |
826 | ahout->cmdstat, ahin->cmdstat, | 827 | ahout->cmdstat, ahin->cmdstat, |
827 | d->aoemajor, d->aoeminor); | 828 | d->aoemajor, d->aoeminor); |
828 | if (buf) | 829 | if (buf) |