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 ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3wJCHQ2yFKzDqFG for ; Thu, 4 May 2017 08:18:58 +1000 (AEST) In-Reply-To: <20170419073927.29224-2-ruscur@russell.cc> To: Russell Currey , linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Cc: aik@ozlabs.ru, Russell Currey Subject: Re: [v3, 2/2] powerpc/eeh: Clean up and document event handling functions Message-Id: <3wJCHQ2J9dz9s2G@ozlabs.org> Date: Thu, 4 May 2017 08:18:58 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2017-04-19 at 07:39:27 UTC, Russell Currey wrote: > Remove unnecessary tags in eeh_handle_normal_event(), and add function > comments for eeh_handle_normal_event() and eeh_handle_special_event(). > > The only functional difference is that in the case of a PE reaching the > maximum number of failures, rather than one message telling you of this > and suggesting you reseat the device, there are two separate messages. > > Suggested-by: Alexey Kardashevskiy > Signed-off-by: Russell Currey > Reviewed-by: Andrew Donnellan > Reviewed-by: Gavin Shan Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/c0b64978f09195e00d6649ca0ad024 cheers