diff options
Diffstat (limited to 'drivers/block/aoe/aoeblk.c')
-rw-r--r-- | drivers/block/aoe/aoeblk.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/block/aoe/aoeblk.c b/drivers/block/aoe/aoeblk.c index c2649c954278..deea536cc844 100644 --- a/drivers/block/aoe/aoeblk.c +++ b/drivers/block/aoe/aoeblk.c | |||
@@ -37,8 +37,7 @@ static ssize_t aoedisk_show_mac(struct device *dev, | |||
37 | 37 | ||
38 | if (t == NULL) | 38 | if (t == NULL) |
39 | return snprintf(page, PAGE_SIZE, "none\n"); | 39 | return snprintf(page, PAGE_SIZE, "none\n"); |
40 | return snprintf(page, PAGE_SIZE, "%012llx\n", | 40 | return snprintf(page, PAGE_SIZE, "%012llx\n", mac_addr(t->addr)); |
41 | (unsigned long long)mac_addr(t->addr)); | ||
42 | } | 41 | } |
43 | static ssize_t aoedisk_show_netif(struct device *dev, | 42 | static ssize_t aoedisk_show_netif(struct device *dev, |
44 | struct device_attribute *attr, char *page) | 43 | struct device_attribute *attr, char *page) |