[PATCH 00/11] treewide: fix some ARCH=arm clang warnings

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I had tried to build imx_v7_defconfig with clang and ran into some
warnings. This series fixes them. Building for arm32 is still not
possible though, because clang explicitly doesn't support mixing C and
inline assembly in naked functions. (In GCC it is undefined behavior,
but happens to usually work for us).

Ahmad Fatoum (11):
  linux/kbuild.h: sync with upstream
  ratp: fix use of %hu for printing int
  complete: remove unused variable
  i2c-mux-pca954x: remove use of uninitialized variable
  net: phy: mv88e6xxx: remove duplicate member in struct initializer
  smc911x: fix inverted poll-for-ready
  nvme: use 64 bit types for timeouts even on 32 bit systems
  usb: gadget: fsl_udc: remove always-true null pointer checks
  commands: mmc_extcsd: describe missing bit
  gui: png_lode: fix freeing of uninitialized pointer
  fs: fat: fix use of wrong enumeration type

 commands/mmc_extcsd.c               | 11 +++++++++--
 common/complete.c                   |  2 --
 common/ratp/mw.c                    |  2 +-
 drivers/i2c/muxes/i2c-mux-pca954x.c |  6 +++---
 drivers/net/phy/mv88e6xxx/chip.c    |  1 -
 drivers/net/smc911x.c               |  2 +-
 drivers/nvme/host/core.c            |  4 ++--
 drivers/usb/gadget/fsl_udc.c        |  9 +--------
 fs/fat/ff.c                         |  2 +-
 include/ata_drive.h                 |  4 ++--
 include/linux/kbuild.h              |  7 ++++---
 include/mci.h                       |  1 +
 lib/gui/png_lode.c                  | 13 +++++++------
 13 files changed, 32 insertions(+), 32 deletions(-)

-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox



[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux