From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.19.201]:55363 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754696AbaGHSDt (ORCPT ); Tue, 8 Jul 2014 14:03:49 -0400 Message-ID: <53BC3308.9060404@kernel.org> Date: Tue, 08 Jul 2014 19:06:00 +0100 From: Jonathan Cameron MIME-Version: 1.0 To: Lars-Peter Clausen , Hartmut Knaack , linux-iio@vger.kernel.org Subject: Re: [PATCH 1/6] staging:iio:ad7291 remove double define References: <53BBD0C7.4050003@gmx.de> <53BBF178.2050301@metafoo.de> In-Reply-To: <53BBF178.2050301@metafoo.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On 08/07/14 14:26, Lars-Peter Clausen wrote: > On 07/08/2014 01:06 PM, Hartmut Knaack wrote: >> Remove second instance of definition of AD7291_BITS. >> >> Signed-off-by: Hartmut Knaack > > All patches in this series: > > Acked-by: Lars-Peter Clausen Applied to the togreg branch of iio.git. Thanks Jonathan > Thanks. > >> --- >> diff --git a/drivers/staging/iio/adc/ad7291.c b/drivers/staging/iio/adc/ad7291.c >> index 7194bd1..c08b258 100644 >> --- a/drivers/staging/iio/adc/ad7291.c >> +++ b/drivers/staging/iio/adc/ad7291.c >> @@ -73,8 +73,6 @@ >> #define AD7291_T_VALUE_FLOAT_OFFSET 2 >> #define AD7291_T_VALUE_FLOAT_MASK 0x2 >> >> -#define AD7291_BITS 12 >> - >> struct ad7291_chip_info { >> struct i2c_client *client; >> struct regulator *reg; >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-iio" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html >> >