Re: [PATCH 1/1] scsi: lpfc: Convert existing %pf users to %ps

2019-09-09 Thread Sakari Ailus
On Sat, Sep 07, 2019 at 04:27:34PM -0400, Martin K. Petersen wrote: > > Sakari, > > > Convert the remaining %pf users to %ps to prepare for the removal of > > the old %pf conversion specifier support. > > Applied to 5.4/scsi-queue, thanks! Thanks, Martin! -- Sakari Ailus

Re: [PATCH 1/1] scsi: lpfc: Convert existing %pf users to %ps

2019-09-07 Thread Martin K. Petersen
Sakari, > Convert the remaining %pf users to %ps to prepare for the removal of > the old %pf conversion specifier support. Applied to 5.4/scsi-queue, thanks! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH 1/1] scsi: lpfc: Convert existing %pf users to %ps

2019-09-04 Thread James Smart
On 9/4/2019 9:04 AM, Sakari Ailus wrote: Convert the remaining %pf users to %ps to prepare for the removal of the old %pf conversion specifier support. Fixes: 323506644972 ("scsi: lpfc: Migrate to %px and %pf in kernel print calls") Signed-off-by: Sakari Ailus ---

Re: [PATCH 1/1] scsi: lpfc: Convert existing %pf users to %ps

2019-09-04 Thread Andy Shevchenko
On Wed, Sep 04, 2019 at 07:04:23PM +0300, Sakari Ailus wrote: > Convert the remaining %pf users to %ps to prepare for the removal of the > old %pf conversion specifier support. FWIW, Reviewed-by: Andy Shevchenko > Fixes: 323506644972 ("scsi: lpfc: Migrate to %px and %pf in kernel print >

[PATCH 1/1] scsi: lpfc: Convert existing %pf users to %ps

2019-09-04 Thread Sakari Ailus
Convert the remaining %pf users to %ps to prepare for the removal of the old %pf conversion specifier support. Fixes: 323506644972 ("scsi: lpfc: Migrate to %px and %pf in kernel print calls") Signed-off-by: Sakari Ailus --- drivers/scsi/lpfc/lpfc_hbadisc.c | 4 ++-- drivers/scsi/lpfc/lpfc_sli.c