mbox series

[GIT,PULL] at24: fixes for v5.3-rc3

Message ID 20190730092241.30185-1-brgl@bgdev.pl
State Accepted
Headers show
Series [GIT,PULL] at24: fixes for v5.3-rc3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git at24-v5.3-rc3-fixes-for-wolfram

Message

Bartosz Golaszewski July 30, 2019, 9:22 a.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Hi Wolfram,

please pull the following fix for at24.

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git at24-v5.3-rc3-fixes-for-wolfram

for you to fetch changes up to 25e5ef302c24a6fead369c0cfe88c073d7b97ca8:

  eeprom: at24: make spd world-readable again (2019-07-28 18:49:20 +0200)

----------------------------------------------------------------
at24 fixes for v5.3-rc3

- make spd eeproms world-readable again

----------------------------------------------------------------
Jean Delvare (1):
      eeprom: at24: make spd world-readable again

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

Comments

Wolfram Sang Aug. 1, 2019, 12:09 p.m. UTC | #1
On Tue, Jul 30, 2019 at 11:22:41AM +0200, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> 
> Hi Wolfram,
> 
> please pull the following fix for at24.
> 
> The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:
> 
>   Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git at24-v5.3-rc3-fixes-for-wolfram
> 
> for you to fetch changes up to 25e5ef302c24a6fead369c0cfe88c073d7b97ca8:
> 
>   eeprom: at24: make spd world-readable again (2019-07-28 18:49:20 +0200)

Thanks, pulled!