mbox series

Please pull u-boot-marvell/next (watchdog related)

Message ID d9647b3c-bc59-b322-cefa-99810e6dcc25@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-marvell/next (watchdog related) | expand

Pull-request

git@source.denx.de:u-boot/custodians/u-boot-marvell.git

Message

Stefan Roese Sept. 20, 2021, 8:27 a.m. UTC
Hi Tom,

please pull the following watchdog related fix:

----------------------------------------------------------------
- wdt: dw: Fix passing NULL pointer to reset functions (Sean)
----------------------------------------------------------------

Here the Azure build, without any issues:

https://dev.azure.com/sr0718/u-boot/_build/results?buildId=114&view=results

Thanks,
Stefan

The following changes since commit 3f571228a5340e84123ea7330e2c9cdaea99e733:

   Merge tag 'dm-pull-18sep21' of 
https://source.denx.de/u-boot/custodians/u-boot-dm (2021-09-19 10:38:20 
-0400)

are available in the Git repository at:

   git@source.denx.de:u-boot/custodians/u-boot-marvell.git

for you to fetch changes up to b31077feca2276f0860706d1843f548baae68aee:

   wdt: dw: Fix passing NULL pointer to reset functions (2021-09-20 
07:39:29 +0200)

----------------------------------------------------------------
Sean Anderson (1):
       wdt: dw: Fix passing NULL pointer to reset functions

  drivers/watchdog/designware_wdt.c | 10 +++++-----
  1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Tom Rini Sept. 20, 2021, 1:05 p.m. UTC | #1
On Mon, Sep 20, 2021 at 10:27:31AM +0200, Stefan Roese wrote:

> Hi Tom,
> 
> please pull the following watchdog related fix:
> 

Applied to u-boot/master (yes, master, I saw it said next in the subject
but I also saw the emails on the patch), thanks!
Stefan Roese Sept. 20, 2021, 1:07 p.m. UTC | #2
Hi Tom,

On 20.09.21 15:05, Tom Rini wrote:
> On Mon, Sep 20, 2021 at 10:27:31AM +0200, Stefan Roese wrote:
> 
>> Hi Tom,
>>
>> please pull the following watchdog related fix:
>>
> 
> Applied to u-boot/master (yes, master, I saw it said next in the subject
> but I also saw the emails on the patch), thanks!


Thanks. Copy-paste error - the fix was destined for master of course.

Thanks,
Stefan