public inbox for llvm@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/2] i2c: fix -Wvoid-pointer-to-enum-cast warnings
@ 2023-08-09 21:25 Justin Stitt
  2023-08-09 21:25 ` [PATCH 1/2] i2c: i2c-bcm-iproc: fix -Wvoid-pointer-to-enum-cast warning Justin Stitt
  2023-08-09 21:25 ` [PATCH 2/2] i2c: i2c-rcar: " Justin Stitt
  0 siblings, 2 replies; 5+ messages in thread
From: Justin Stitt @ 2023-08-09 21:25 UTC (permalink / raw)
  To: Andi Shyti, Ray Jui, Scott Branden,
	Broadcom internal kernel review list
  Cc: linux-i2c, linux-arm-kernel, linux-kernel, llvm,
	Nathan Chancellor, Justin Stitt

This patch series fixes two instances of -Wvoid-pointer-to-enum-cast
warnings present when building with W=1

Link: https://github.com/ClangBuiltLinux/linux/issues/1903
Link: https://github.com/ClangBuiltLinux/linux/issues/1904
Link: https://github.com/ClangBuiltLinux/linux/issues/1910

---
Justin Stitt (2):
      i2c: i2c-bcm-iproc: fix -Wvoid-pointer-to-enum-cast warning
      i2c: i2c-rcar: fix -Wvoid-pointer-to-enum-cast warning

 drivers/i2c/busses/i2c-bcm-iproc.c | 2 +-
 drivers/i2c/busses/i2c-rcar.c      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
base-commit: c1a515d3c0270628df8ae5f5118ba859b85464a2
change-id: 20230809-cbl-1903-a70170945853

Best regards,
--
Justin Stitt <justinstitt@google.com>


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

end of thread, other threads:[~2023-08-10 14:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-09 21:25 [PATCH 0/2] i2c: fix -Wvoid-pointer-to-enum-cast warnings Justin Stitt
2023-08-09 21:25 ` [PATCH 1/2] i2c: i2c-bcm-iproc: fix -Wvoid-pointer-to-enum-cast warning Justin Stitt
2023-08-10  8:56   ` Andi Shyti
2023-08-10 14:44     ` Nathan Chancellor
2023-08-09 21:25 ` [PATCH 2/2] i2c: i2c-rcar: " Justin Stitt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox