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 7FA921A0259 for ; Fri, 14 Aug 2015 16:23:46 +1000 (AEST) Received: from e23smtp09.au.ibm.com (e23smtp09.au.ibm.com [202.81.31.142]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 545601401EF for ; Fri, 14 Aug 2015 16:23:46 +1000 (AEST) Received: from /spool/local by e23smtp09.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 14 Aug 2015 16:23:45 +1000 Received: from d23relay09.au.ibm.com (d23relay09.au.ibm.com [9.185.63.181]) by d23dlp02.au.ibm.com (Postfix) with ESMTP id C40422BB0054 for ; Fri, 14 Aug 2015 16:23:43 +1000 (EST) Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay09.au.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t7E6NZ5X1311184 for ; Fri, 14 Aug 2015 16:23:43 +1000 Received: from d23av03.au.ibm.com (localhost [127.0.0.1]) by d23av03.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t7E6NAGg002716 for ; Fri, 14 Aug 2015 16:23:11 +1000 Content-Type: text/plain; charset=UTF-8 From: Ian Munsie To: Daniel Axtens Cc: linuxppc-dev , mpe , benh , cyrilbur , "Matthew R. Ochs" , Manoj Kumar , mikey Subject: Re: [PATCH v4 07/11] cxl: Refactor AFU init/teardown In-reply-to: <1439439089-25151-8-git-send-email-dja@axtens.net> References: <1439439089-25151-1-git-send-email-dja@axtens.net> <1439439089-25151-8-git-send-email-dja@axtens.net> Date: Fri, 14 Aug 2015 16:22:42 +1000 Message-Id: <1439532740-sup-2309@delenn.ozlabs.ibm.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Excerpts from Daniel Axtens's message of 2015-08-13 14:11:25 +1000: > + rc = cxl_map_slice_regs(afu, adapter, dev); > + if (rc) > + return rc; > > - if ((rc = cxl_map_slice_regs(afu, adapter, dev))) Like the previous patch, mixing this coding style change in with this patch makes the diff harder to follow than necessary (though not as hard as the last one). If you happen to do a v5, please put the coding style changes in a separate patch, but otherwise it looks fine: Acked-by: Ian Munsie