[PATCH v2] i2c: mxc_i2c: improve error message readability

2020-12-26 Thread sbabic
> From: Marc Ferland > Use 0x%2lx to print the i2c bus base address in hexadecimal format > instead of printing as an integer. > Signed-off-by: Marc Ferland > Reviewed-by: Fabio Estevam Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic --

Re: [PATCH v2] i2c: mxc_i2c: improve error message readability

2020-12-21 Thread Fabio Estevam
On Mon, Dec 21, 2020 at 5:19 PM wrote: > > From: Marc Ferland > > Use 0x%2lx to print the i2c bus base address in hexadecimal format > instead of printing as an integer. > > Signed-off-by: Marc Ferland > --- > Changes for v2: >- Add commit message Reviewed-by: Fabio Estevam

[PATCH v2] i2c: mxc_i2c: improve error message readability

2020-12-21 Thread ferlandm
From: Marc Ferland Use 0x%2lx to print the i2c bus base address in hexadecimal format instead of printing as an integer. Signed-off-by: Marc Ferland --- Changes for v2: - Add commit message drivers/i2c/mxc_i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/i2