mbox series

Reset controller fix for v5.2

Message ID 1562236626.6641.13.camel@pengutronix.de
State New
Headers show
Series Reset controller fix for v5.2 | expand

Pull-request

git://git.pengutronix.de/git/pza/linux.git tags/reset-fixes-for-v5.2

Message

Philipp Zabel July 4, 2019, 10:37 a.m. UTC
Dear arm-soc maintainers,

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  git://git.pengutronix.de/git/pza/linux.git tags/reset-fixes-for-v5.2

for you to fetch changes up to a71dcd3757e29cc8b43383ff18595d707cf08345:

  reset: remove redundant null check on pointer dev (2019-07-04 12:10:55 +0200)

----------------------------------------------------------------
Reset controller fix for v5.2

This tag removes a redundant device pointer NULL check from
__reset_control_get_from_lookup to fix a static code checker
warning.

----------------------------------------------------------------
Colin Ian King (1):
      reset: remove redundant null check on pointer dev

 drivers/reset/core.c | 3 ---
 1 file changed, 3 deletions(-)

Comments

Olof Johansson July 4, 2019, 2:05 p.m. UTC | #1
On Thu, Jul 04, 2019 at 12:37:06PM +0200, Philipp Zabel wrote:
> Dear arm-soc maintainers,
> 
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.pengutronix.de/git/pza/linux.git tags/reset-fixes-for-v5.2
> 
> for you to fetch changes up to a71dcd3757e29cc8b43383ff18595d707cf08345:
> 
>   reset: remove redundant null check on pointer dev (2019-07-04 12:10:55 +0200)
> 
> ----------------------------------------------------------------
> Reset controller fix for v5.2
> 
> This tag removes a redundant device pointer NULL check from
> __reset_control_get_from_lookup to fix a static code checker
> warning.
> 
> ----------------------------------------------------------------
> Colin Ian King (1):
>       reset: remove redundant null check on pointer dev

Given that we're so late in the release, and this fixes only a warning
for redundant checks, I've merged it in the drivers branch for the
merge window.


Thanks!


-Olof