[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20170124075458.GA1432@katana>
Date: Tue, 24 Jan 2017 08:54:58 +0100
From: Wolfram Sang <wsa@...-dreams.de>
To: Stephen Boyd <stephen.boyd@...aro.org>
Cc: linux-kernel@...r.kernel.org, linux-i2c@...r.kernel.org
Subject: Re: [PATCH] i2c: Fix error print when address is invalid
On Mon, Jan 23, 2017 at 06:24:24PM -0800, Stephen Boyd wrote:
> When the address is invalid, we print out the address that's
> in info.addr, but that member of info hasn't been assigned yet.
> It's assigned in the line after we check the address. This causes
> the print to show something like
>
> i2c i2c-1: of_i2c: invalid addr=0 on ...
>
> when we want something like
>
> i2c i2c-1: of_i2c: invalid addr=0xaf on ...
>
> Just pass addr here, and update the print format to indicate hex
> as well.
>
> Signed-off-by: Stephen Boyd <stephen.boyd@...aro.org>
Thanks, yet already fixed since v4.10-rc4 with 6f724fb3039522 ("i2c:
print correct device invalid address").
Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)
Powered by blists - more mailing lists