linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] selftests: gpio: fix minor build issues
@ 2021-11-08  1:28 Kent Gibson
  2021-11-08  1:28 ` [PATCH 1/3] selftests: gpio: fix gpio compiling error Kent Gibson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Kent Gibson @ 2021-11-08  1:28 UTC (permalink / raw)
  To: linux-kernel, linux-gpio, linux-kselftest, brgl, linus.walleij,
	shuah, bamv2005, lizhijian
  Cc: Kent Gibson

This is a series of fixes for minor problems in the building of the GPIO
selftests introduced by my rework of those tests.

The first patch is from Li Zhijian and fixes a compiler error when
building the selftests in environments with stale system includes.
I have reworded the commit comment to make it more to the point in
describing the root cause of the problem and the fix, as suggested by
Shuah in his initial review of that patch.

The second patch fixes a warning when the tests are compiled with -Wall,
and the final patch restores the CFLAGS that should not have been removed
in the rework, including the -Wall.

Kent Gibson (2):
  selftests: gpio: fix uninitialised variable warning
  selftests: gpio: restore CFLAGS options

Li Zhijian (1):
  selftests: gpio: fix gpio compiling error

 tools/testing/selftests/gpio/Makefile           | 1 +
 tools/testing/selftests/gpio/gpio-mockup-cdev.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

-- 
2.33.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-11-15 13:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-08  1:28 [PATCH 0/3] selftests: gpio: fix minor build issues Kent Gibson
2021-11-08  1:28 ` [PATCH 1/3] selftests: gpio: fix gpio compiling error Kent Gibson
2021-11-08  1:28 ` [PATCH 2/3] selftests: gpio: fix uninitialised variable warning Kent Gibson
2021-11-08  1:28 ` [PATCH 3/3] selftests: gpio: restore CFLAGS options Kent Gibson
2021-11-15 13:28 ` [PATCH 0/3] selftests: gpio: fix minor build issues Bartosz Golaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).