From: Mika Westerberg Date: Tue, 19 Aug 2014 11:57:12 +0000 (+0300) Subject: watchdog: ts72xx_wdt: Kill superfluous variable in remove X-Git-Tag: fixes-against-v3.18-rc2~22^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f897a81915222310374cac1a85c0c7104f16249;p=pandora-kernel.git watchdog: ts72xx_wdt: Kill superfluous variable in remove There is no need to store the return value of misc_deregister() in a variable. Instead we can just return the value directly. Signed-off-by: Mika Westerberg Reviewed-by: Guenter Roeck Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed