diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/block/aoe/aoecmd.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/block/aoe/aoecmd.c b/drivers/block/aoe/aoecmd.c index f849fa2471ca..6ea27fd8954d 100644 --- a/drivers/block/aoe/aoecmd.c +++ b/drivers/block/aoe/aoecmd.c | |||
@@ -1204,12 +1204,14 @@ aoecmd_ata_rsp(struct sk_buff *skb) | |||
1204 | spin_unlock_irqrestore(&d->lock, flags); | 1204 | spin_unlock_irqrestore(&d->lock, flags); |
1205 | aoedev_put(d); | 1205 | aoedev_put(d); |
1206 | snprintf(ebuf, sizeof(ebuf), | 1206 | snprintf(ebuf, sizeof(ebuf), |
1207 | "%15s e%d.%d tag=%08x@%08lx\n", | 1207 | "%15s e%d.%d tag=%08x@%08lx s=%pm d=%pm\n", |
1208 | "unexpected rsp", | 1208 | "unexpected rsp", |
1209 | get_unaligned_be16(&h->major), | 1209 | get_unaligned_be16(&h->major), |
1210 | h->minor, | 1210 | h->minor, |
1211 | get_unaligned_be32(&h->tag), | 1211 | get_unaligned_be32(&h->tag), |
1212 | jiffies); | 1212 | jiffies, |
1213 | h->src, | ||
1214 | h->dst); | ||
1213 | aoechr_error(ebuf); | 1215 | aoechr_error(ebuf); |
1214 | return skb; | 1216 | return skb; |
1215 | } | 1217 | } |