mbox

[GIT,PULL] DaVinci non-critical fixes for v4.4

Message ID 561516B9.1060307@ti.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.4/fixes

Message

Sekhar Nori Oct. 7, 2015, 12:57 p.m. UTC
The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.4/fixes

for you to fetch changes up to f6c1a8a6ce19d30c235ef0fa285d5110aafaefe2:

  ARM: davinci: clock: Correct return values for API functions (2015-10-07 16:41:29 +0530)

----------------------------------------------------------------
Fix for incorrect handling of NULL clk pointer in
DaVinci clock code. And a fix to use a more appropiate
format specifier in a debug message.

----------------------------------------------------------------
Andy Shevchenko (1):
      ARM: davinci: re-use %*ph specifier

Peter Ujfalusi (1):
      ARM: davinci: clock: Correct return values for API functions

 arch/arm/mach-davinci/board-dm644x-evm.c |  4 +---
 arch/arm/mach-davinci/clock.c            | 16 +++++++++++-----
 2 files changed, 12 insertions(+), 8 deletions(-)

Comments

Arnd Bergmann Oct. 8, 2015, 3:25 p.m. UTC | #1
On Wednesday 07 October 2015 18:27:29 Sekhar Nori wrote:
> Fix for incorrect handling of NULL clk pointer in
> DaVinci clock code. And a fix to use a more appropiate
> format specifier in a debug message.

Merged into next/fixes-non-critical, thanks!

	Arnd