From bb644913a7d6dabcc4a1640817fa7b68938a56eb Mon Sep 17 00:00:00 2001 From: Dan Carpenter Date: Thu, 24 May 2012 18:58:02 +0300 Subject: [PATCH] watchdog: sch56xx-common: set correct bits in register() WDOG_NO_WAY_OUT (3) and WDOG_ACTIVE (0) are the bit numbers, not a mask. So "data->wddev.status |= WDOG_ACTIVE;" was intended to set bit zero but it is a no-op. Signed-off-by: Dan Carpenter Acked-by: Hans de Goede Signed-off-by: Wim Van Sebroeck --- Reading git-format-patch failed