From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3qwfDz05d9zDq5g for ; Fri, 29 Apr 2016 00:22:59 +1000 (AEST) In-Reply-To: <1461657304-22011-1-git-send-email-andrew.donnellan@au1.ibm.com> To: Andrew Donnellan , linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Subject: Re: powerpc/mpic: handle subsys_system_register() failure Message-Id: <3qwfDy65Hvz9t79@ozlabs.org> Date: Fri, 29 Apr 2016 00:22:58 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2016-26-04 at 07:55:04 UTC, Andrew Donnellan wrote: > mpic_init_sys() currently doesn't check whether > subsys_system_register() succeeded or not. Check the return code of > subsys_system_register() and clean up if there's an error. > > Signed-off-by: Andrew Donnellan Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/4ad5e8831e1cb663f17112e444 cheers