aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/pch_phub.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/pch_phub.c')
-rw-r--r--drivers/misc/pch_phub.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/misc/pch_phub.c b/drivers/misc/pch_phub.c
index 61ece53f2f41..dee33addcaeb 100644
--- a/drivers/misc/pch_phub.c
+++ b/drivers/misc/pch_phub.c
@@ -601,8 +601,7 @@ static ssize_t show_pch_mac(struct device *dev, struct device_attribute *attr,
601 601
602 pch_phub_read_gbe_mac_addr(chip, mac); 602 pch_phub_read_gbe_mac_addr(chip, mac);
603 603
604 return sprintf(buf, "%02x:%02x:%02x:%02x:%02x:%02x\n", 604 return sprintf(buf, "%pM\n", mac);
605 mac[0], mac[1], mac[2], mac[3], mac[4], mac[5]);
606} 605}
607 606
608static ssize_t store_pch_mac(struct device *dev, struct device_attribute *attr, 607static ssize_t store_pch_mac(struct device *dev, struct device_attribute *attr,