]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'testing/new-warnings' into fixes
authorArnd Bergmann <arnd@arndb.de>
Fri, 10 Aug 2012 10:28:57 +0000 (12:28 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 10 Aug 2012 10:28:57 +0000 (12:28 +0200)
commita7cd85c2a11967ad4b5968c71de02ef5b1806919
tree5b13b085014faa2b683c9721cbdb4f2272d90e7f
parentd6d8526aff88b4a38cd1715f9e6b18720a983d9c
parent14e9d7e98f8e8761db517a1f5566caa1104a3ea3
Merge branch 'testing/new-warnings' into fixes

These patches all fix bugs that were newly introduced in v3.6-rc1
and found because they cause a gcc warning with one of the ARM
defconfigs. Most of them are harmless, but since we're trying
to get rid of all warnings eventually, we can start with the ones
that were not there before.

* testing/new-warnings:
  omap-rng: fix use of SIMPLE_DEV_PM_OPS
  spi/s3c64xx: improve error handling
  mtd/omap2: fix dmaengine_slave_config error handling
  gpio: em: do not discard em_gio_irq_domain_cleanup
  ARM: exynos: exynos_pm_add_dev_to_genpd may be unused
  usb/ohci-omap: remove unused variable
  mfd/asic3: fix asic3_mfd_probe return value

Signed-off-by: Arnd Bergmann <arnd@arndb.de>