mbox series

[GIT,PULL] gpio: fixes for v5.4-rc5

Message ID 20191022125807.14998-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] gpio: fixes for v5.4-rc5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-v5.4-rc5-fixes-for-linus

Message

Bartosz Golaszewski Oct. 22, 2019, 12:58 p.m. UTC
From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Linus,

please pull the following fix for build failure with GPIO selftests.

The following changes since commit 7d194c2100ad2a6dded545887d02754948ca5241:

  Linux 5.4-rc4 (2019-10-20 15:56:22 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-v5.4-rc5-fixes-for-linus

for you to fetch changes up to 4a6a6f5c4aeedb72db871d60bfcca89835f317aa:

  tools: gpio: Use !building_out_of_srctree to determine srctree (2019-10-22 14:42:42 +0200)

----------------------------------------------------------------
gpio fixes for v5.4-rc5

- fix building gpio selftests

----------------------------------------------------------------
Shuah Khan (1):
      tools: gpio: Use !building_out_of_srctree to determine srctree

 tools/gpio/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Comments

Linus Walleij Oct. 23, 2019, 11:30 a.m. UTC | #1
On Tue, Oct 22, 2019 at 2:58 PM Bartosz Golaszewski <brgl@bgdev.pl> wrote:

> please pull the following fix for build failure with GPIO selftests.
(...)
>   tools: gpio: Use !building_out_of_srctree to determine srctree (2019-10-22 14:42:42 +0200)

Pulled in for fixes, thanks a lot!

Yours,
Linus Walleij