mbox series

[GIT,PULL] Allwinner Drivers Changes for 5.4

Message ID f9edfc8e-19b7-4b6e-897a-35f3bdcc8643.lettre@localhost
State New
Headers show
Series [GIT,PULL] Allwinner Drivers Changes for 5.4 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-drivers-for-5.4-2

Message

Maxime Ripard Aug. 23, 2019, 2:33 p.m. UTC
Hi,

Please pull the following changes for the next release.

Thanks!
Maxime

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-drivers-for-5.4-2

for you to fetch changes up to 9d4db2f5f0e6dc4c0dfb94110fe488e9eb191748:

  bus: sunxi-rsb: Remove dev_err() usage after platform_get_irq() (2019-08-06 14:15:49 +0800)

----------------------------------------------------------------
Allwinner drivers patches for 5.4

One driver to remove a redundant error message in the Allwinner RSB
driver.
-----BEGIN PGP SIGNATURE-----

iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXV/5PwAKCRDj7w1vZxhR
xUPDAQDCRzdhQef1Ki9OvNcT8o5tbxLK+YcWmmrlLAA4qe2TRQEA1/Um5ZS8s8p5
MKz27KwMjt3PHVc9AoQiEzCHETKb1AA=
=safB
-----END PGP SIGNATURE-----

----------------------------------------------------------------
Stephen Boyd (1):
      bus: sunxi-rsb: Remove dev_err() usage after platform_get_irq()


 drivers/bus/sunxi-rsb.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Comments

Arnd Bergmann Sept. 3, 2019, 8:18 p.m. UTC | #1
On Fri, Aug 23, 2019 at 4:33 PM Maxime Ripard <mripard@kernel.org> wrote:
> ----------------------------------------------------------------
> Allwinner drivers patches for 5.4
>
> One driver to remove a redundant error message in the Allwinner RSB
> driver.


Pulled into arm/drivers, thanks!

      Arnd