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 8E2451A0342 for ; Wed, 17 Feb 2016 23:41:28 +1100 (AEDT) In-Reply-To: <1454993431-17068-4-git-send-email-gwshan@linux.vnet.ibm.com> To: Gavin Shan , linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Cc: Gavin Shan Subject: Re: [v2, 4/4] powerpc/powernv: Simplify definitions of EEH debugfs handlers Message-Id: <20160217124128.6DF75140783@ozlabs.org> Date: Wed, 17 Feb 2016 23:41:28 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2016-09-02 at 04:50:24 UTC, Gavin Shan wrote: > The EEH debugfs handlers have same prototype. This introduces > a macro to define them, then to simplify the code. No logical > changes. > > Signed-off-by: Gavin Shan Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/ccc9662da5494a7c4ff5ed5d16 cheers