Re: [PATCH] scsi: fnic: use kernel's '%pM' format option to print MAC

2015-09-30 Thread Andy Shevchenko
On Thu, 2015-03-19 at 21:50 -0500, Tom Tucker wrote: > Hi Andy, > > On 3/19/15 12:54 PM, Andy Shevchenko wrote: > > On Tue, 2014-04-29 at 17:45 +0300, Andy Shevchenko wrote: > > > Instead of supplying each byte through stack let's use %pM > > > specifier. > > Anyone to comment or apply this patch

Re: [PATCH] scsi: fnic: use kernel's '%pM' format option to print MAC

2015-03-19 Thread Tom Tucker
Hi Andy, On 3/19/15 12:54 PM, Andy Shevchenko wrote: On Tue, 2014-04-29 at 17:45 +0300, Andy Shevchenko wrote: Instead of supplying each byte through stack let's use %pM specifier. Anyone to comment or apply this patch? Signed-off-by: Andy Shevchenko Cc: Tom Tucker Cc: Steve Wise Cc: linu

Re: [PATCH] scsi: fnic: use kernel's '%pM' format option to print MAC

2015-03-19 Thread Andy Shevchenko
On Tue, 2014-04-29 at 17:45 +0300, Andy Shevchenko wrote: > Instead of supplying each byte through stack let's use %pM specifier. Anyone to comment or apply this patch? > > Signed-off-by: Andy Shevchenko > Cc: Tom Tucker > Cc: Steve Wise > Cc: linux-r...@vger.kernel.org > --- > drivers/scsi/

[PATCH] scsi: fnic: use kernel's '%pM' format option to print MAC

2014-04-29 Thread Andy Shevchenko
Instead of supplying each byte through stack let's use %pM specifier. Signed-off-by: Andy Shevchenko Cc: Tom Tucker Cc: Steve Wise Cc: linux-r...@vger.kernel.org --- drivers/scsi/fnic/vnic_dev.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/drivers/scsi/fnic/vn