From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756540AbdDRKAA (ORCPT ); Tue, 18 Apr 2017 06:00:00 -0400 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 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 59AD761D0D Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx10.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=dhowells@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 59AD761D0D Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20170403194636.96438-1-mka@chromium.org> References: <20170403194636.96438-1-mka@chromium.org> To: Matthias Kaehlcke Cc: dhowells@redhat.com, linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.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> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Tue, 18 Apr 2017 09:59:58 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@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