From 7975a9b7323d5a47e5b651bac810f3271e7156df Mon Sep 17 00:00:00 2001 From: Joel Stanley Date: Wed, 15 Apr 2015 16:16:50 -0700 Subject: [PATCH] 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-format-patch failed