From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Date: Thu, 18 Nov 2010 20:19:28 +0000 Subject: Re: [PATCH 1/4] x86: platform: mrst: check Message-Id: <20101118201928.50e249fb@linux.intel.com> List-Id: References: <1290104207-31279-1-git-send-email-segoon@openwall.com> In-Reply-To: <1290104207-31279-1-git-send-email-segoon@openwall.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Vasiliy Kulikov Cc: kernel-janitors@vger.kernel.org, Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, Feng Tang , Arjan van de Ven , Jacob Pan , linux-kernel@vger.kernel.org On Thu, 18 Nov 2010 21:16:45 +0300 Vasiliy Kulikov wrote: > platform_device_register() may fail, if so propagate the return > code from mrst_device_create(). > > Signed-off-by: Vasiliy Kulikov Signed-off-by: Alan Cox On further inspection this fix is actually correct as the other cleanup got moved to the arch/x86 driver. Alan