watchdog: bcm281xx: Fix use of uninitialized spinlock.
authorEric Anholt <eric@anholt.net>
Fri, 28 Apr 2017 01:02:32 +0000 (18:02 -0700)
committerRaspbian kernel package updater <root@raspbian.org>
Sun, 23 Jul 2017 03:06:41 +0000 (03:06 +0000)
commit2644b5a65548b099a91d15b01f9396ded865d4b5
treee52bf5c0cbb80e5329a9ce7a8d1cc2482c56de6b
parent9ee05b34fa27be1ec8cf93ce3029a489356a41b4
watchdog: bcm281xx: Fix use of uninitialized spinlock.

commit fedf266f9955d9a019643cde199a2fd9a0259f6f upstream.

The bcm_kona_wdt_set_resolution_reg() call takes the spinlock, so
initialize it earlier.  Fixes a warning at boot with lock debugging
enabled.

Fixes: 6adb730dc208 ("watchdog: bcm281xx: Watchdog Driver")
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/watchdog/bcm_kona_wdt.c