From: Thomas Gleixner Date: Thu, 25 Apr 2013 20:31:46 +0000 (+0000) Subject: clocksource: Let clocksource_unregister() return success/error X-Git-Tag: v3.11-rc1~77^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a89c7edbe7d7aa80f507915f3dd801211b116b79;p=pandora-kernel.git clocksource: Let clocksource_unregister() return success/error The unregister call can fail, if the clocksource is the current one and there is no replacement clocksource available. It can also fail, if the clocksource is the watchdog clocksource and I'm not going to provide support for this. Signed-off-by: Thomas Gleixner Cc: John Stultz Cc: Magnus Damm Link: http://lkml.kernel.org/r/20130425143436.029915527@linutronix.de Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed