mbox series

[GIT,PULL] at24: fix for v5.6-rc6

Message ID 20200313151246.12356-1-brgl@bgdev.pl
State Accepted
Headers show
Series [GIT,PULL] at24: fix for v5.6-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git at24-fixes-for-v5.6-rc6

Message

Bartosz Golaszewski March 13, 2020, 3:12 p.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Wolfram,

please pull the following fix for a bug introduced during the last merge
window.

Thanks,
Bartosz

The following changes since commit 2c523b344dfa65a3738e7039832044aa133c75fb:

  Linux 5.6-rc5 (2020-03-08 17:44:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git at24-fixes-for-v5.6-rc6

for you to fetch changes up to 58d6fee50e67bb1c69977f1a534ccb17bf58b0f1:

  misc: eeprom: at24: fix regulator underflow (2020-03-12 09:02:34 +0100)

----------------------------------------------------------------
at24 fixes for v5.6-rc6

- fix regulator underflow bug introduced during the v5.6 merge window

----------------------------------------------------------------
Michael Auchter (1):
      misc: eeprom: at24: fix regulator underflow

 drivers/misc/eeprom/at24.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Wolfram Sang March 13, 2020, 3:33 p.m. UTC | #1
On Fri, Mar 13, 2020 at 04:12:46PM +0100, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> 
> Wolfram,
> 
> please pull the following fix for a bug introduced during the last merge
> window.
> 
> Thanks,
> Bartosz

Thanks, pulled!