From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751217AbbEYRLa (ORCPT ); Mon, 25 May 2015 13:11:30 -0400 Received: from mga09.intel.com ([134.134.136.24]:64700 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750837AbbEYRL1 (ORCPT ); Mon, 25 May 2015 13:11:27 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,493,1427785200"; d="scan'208";a="576554257" Date: Mon, 25 May 2015 22:42:36 +0530 From: Vinod Koul To: Joe Perches Cc: linux-kernel@vger.kernel.org, Dan Williams , dmaengine@vger.kernel.org Subject: Re: [PATCH 02/12] dmaengine: rcar-dmac: Use DECLARE_BITMAP Message-ID: <20150525171236.GL3140@localhost> References: <6fff93691b832d91b7389cfe6291d898e75f92aa.1432085659.git.joe@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6fff93691b832d91b7389cfe6291d898e75f92aa.1432085659.git.joe@perches.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 19, 2015 at 06:37:50PM -0700, Joe Perches wrote: > Use the generic mechanism to declare a bitmap instead of unsigned long. > Applied, thanks -- ~Vinod