On Thu, 12 Jul 2012, Andy Shevchenko wrote:

Signed-off-by: Andy Shevchenko <andriy.shevche...@linux.intel.com>
---
drivers/scsi/qla2xxx/qla_attr.c |    5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/drivers/scsi/qla2xxx/qla_attr.c b/drivers/scsi/qla2xxx/qla_attr.c
index 5ab9530..095ba85 100644
--- a/drivers/scsi/qla2xxx/qla_attr.c
+++ b/drivers/scsi/qla2xxx/qla_attr.c
@@ -1193,10 +1193,7 @@ qla2x00_vn_port_mac_address_show(struct device *dev,
      if (!IS_CNA_CAPABLE(vha->hw))
              return snprintf(buf, PAGE_SIZE, "\n");

-     return snprintf(buf, PAGE_SIZE, "%02x:%02x:%02x:%02x:%02x:%02x\n",
-         vha->fcoe_vn_port_mac[5], vha->fcoe_vn_port_mac[4],
-         vha->fcoe_vn_port_mac[3], vha->fcoe_vn_port_mac[2],
-         vha->fcoe_vn_port_mac[1], vha->fcoe_vn_port_mac[0]);
+     return snprintf(buf, PAGE_SIZE, "%pMR\n", vha->fcoe_vn_port_mac);
}

static ssize_t


Acked-by: Chad Dupuis <chad.dup...@qlogic.com>

This message and any attached documents contain information from QLogic 
Corporation or its wholly-owned subsidiaries that may be confidential. If you 
are not the intended recipient, you may not read, copy, distribute, or use this 
information. If you have received this transmission in error, please notify the 
sender immediately by reply e-mail and then delete this message.

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to