From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:50186 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754768AbdDRJ76 (ORCPT ); Tue, 18 Apr 2017 05:59:58 -0400 From: David Howells In-Reply-To: <20170403194636.96438-1-mka@chromium.org> References: <20170403194636.96438-1-mka@chromium.org> Subject: Re: [PATCH] frv: Use OFFSET macro in DEF_*REG() MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <28526.1492509596.1@warthog.procyon.org.uk> Date: Tue, 18 Apr 2017 10:59:56 +0100 Message-ID: <28527.1492509596@warthog.procyon.org.uk> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Matthias Kaehlcke Cc: dhowells@redhat.com, linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org Matthias Kaehlcke wrote: > Avoid code duplication by using OFFSET() in DEF_*REG() instead of > replicating the macro. > > Signed-off-by: Matthias Kaehlcke Reviewed-by: David Howells