From: Jingoo Han Date: Thu, 1 Aug 2013 05:38:36 +0000 (+0900) Subject: watchdog: dw_wdt: Add __user annotation X-Git-Tag: v3.13-rc1~42^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60295507f6abf47a40d1fd758cd4401e7193f16e;p=pandora-kernel.git watchdog: dw_wdt: Add __user annotation Added __user annotation to fix the following sparse warnings. drivers/watchdog/dw_wdt.c:206:38: warning: incorrect type in argument 1 (different address spaces) drivers/watchdog/dw_wdt.c:206:38: expected void [noderef] *to drivers/watchdog/dw_wdt.c:206:38: got struct watchdog_info * drivers/watchdog/dw_wdt.c:211:24: warning: incorrect type in initializer (different address spaces) drivers/watchdog/dw_wdt.c:211:24: expected int const [noderef] *register __p drivers/watchdog/dw_wdt.c:211:24: got int * Signed-off-by: Jingoo Han Acked-by: Jamie Iles Reviewed-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed