Re: [PATCH] spi: spi-fsl-espi: Remove use of %p

2020-08-25 Thread Fabio Estevam
On Tue, Aug 25, 2020 at 2:10 AM Chris Packham wrote: > > The register offset is already included in the device name so even prior > %p values being hashed printing the base was redundant. Remove the %p > from the dev_info() output. > > Signed-off-by: Chris Packham Reviewed-by: Fabio Estevam

Re: [PATCH] spi: spi-fsl-espi: Remove use of %p

2020-08-25 Thread Mark Brown
On Tue, 25 Aug 2020 17:08:56 +1200, Chris Packham wrote: > The register offset is already included in the device name so even prior > %p values being hashed printing the base was redundant. Remove the %p > from the dev_info() output. Applied to

[PATCH] spi: spi-fsl-espi: Remove use of %p

2020-08-24 Thread Chris Packham
The register offset is already included in the device name so even prior %p values being hashed printing the base was redundant. Remove the %p from the dev_info() output. Signed-off-by: Chris Packham --- drivers/spi/spi-fsl-espi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff