From: Dan Carpenter Date: Thu, 24 May 2012 15:58:02 +0000 (+0300) Subject: watchdog: sch56xx-common: set correct bits in register() X-Git-Tag: v3.5-rc1~39^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb644913a7d6dabcc4a1640817fa7b68938a56eb;p=pandora-kernel.git 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-diff-tree failed