mbox

[PULL,REQUEST] i2c-mux for 4.12-rc2

Message ID 2ee240a4-6031-3d80-f850-daff4b0182bf@axentia.se
State Accepted
Headers show

Pull-request

https://github.com/peda-r/i2c-mux.git i2c-mux/for-current

Message

Peter Rosin May 15, 2017, 4:56 p.m. UTC
Wolfram,

This fixes an old bug in resource cleanup on failure in i2c-mux-reg and a
new log spamming bug from this merge window in the i2c-mux core.

Please pull.

Cheers,
peda

The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

  https://github.com/peda-r/i2c-mux.git i2c-mux/for-current

for you to fetch changes up to 9fce894d03a98ec8e8e8106a964644633d2772ee:

  i2c: mux: only print failure message on error (2017-05-15 18:49:11 +0200)

----------------------------------------------------------------
Peter Rosin (3):
      i2c: mux: reg: put away the parent i2c adapter on probe failure
      i2c: mux: reg: rename label to indicate what it does
      i2c: mux: only print failure message on error

 drivers/i2c/i2c-mux.c           | 26 ++++++++++++++++----------
 drivers/i2c/muxes/i2c-mux-reg.c | 21 ++++++++++++++-------
 2 files changed, 30 insertions(+), 17 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-i2c" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Wolfram Sang May 16, 2017, 5:06 p.m. UTC | #1
On Mon, May 15, 2017 at 06:56:07PM +0200, Peter Rosin wrote:
> Wolfram,
> 
> This fixes an old bug in resource cleanup on failure in i2c-mux-reg and a
> new log spamming bug from this merge window in the i2c-mux core.
> 
> Please pull.
> 
> Cheers,
> peda
> 
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
> 
>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
> 
> are available in the git repository at:
> 
>   https://github.com/peda-r/i2c-mux.git i2c-mux/for-current
> 
> for you to fetch changes up to 9fce894d03a98ec8e8e8106a964644633d2772ee:
> 
>   i2c: mux: only print failure message on error (2017-05-15 18:49:11 +0200)
> 

Applied to for-current, thanks!