From: Joel Stanley Date: Wed, 15 Apr 2015 23:16:50 +0000 (-0700) Subject: drivers/sbus/char/envctrl.c: ignore orderly_poweroff return value X-Git-Tag: omap-for-v4.1/fixes-rc1~128^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7975a9b7323d5a47e5b651bac810f3271e7156df;p=pandora-kernel.git drivers/sbus/char/envctrl.c: ignore orderly_poweroff return value orderly_poweroff() unconditionally returns 0, so remove the dead code that checks the return value. A future patch will change the return type to void. Signed-off-by: Joel Stanley Acked-by: David S. Miller Cc: Fabian Frederick Cc: Benjamin Herrenschmidt Cc: Michael Ellerman Cc: Rusty Russell Cc: Jeremy Kerr Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed