From: Roel Kluin Date: Tue, 3 Mar 2009 14:10:05 +0000 (+0100) Subject: [WATCHDOG] gef_wdt.c: fsl_get_sys_freq() failure not noticed X-Git-Tag: v2.6.29-rc8~58^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26952669f01646c3e7d0832c99b310b199fe2b20;p=pandora-kernel.git [WATCHDOG] gef_wdt.c: fsl_get_sys_freq() failure not noticed fsl_get_sys_freq() may return -1 when 'soc' isn't found, but in gef_wdt_probe() 'freq' is unsigned, so the test doesn't catch that. Signed-off-by: Roel Kluin Signed-off-by: Wim Van Sebroeck Signed-off-by: Andrew Morton --- Reading git-diff-tree failed