On 27/09/15 20:39, Shraddha Barke wrote:
>
>
> On Sun, 27 Sep 2015, Jonathan Cameron wrote:
>
>> On 26/09/15 18:14, Lars-Peter Clausen wrote:
>>> On 09/25/2015 07:23 PM, Shraddha Barke wrote:
Replace bit shifting on 1 with the BIT(x) macro
Signed-off-by: Shraddha Barke
>>>
>>> Ac
On Sun, 27 Sep 2015, Jonathan Cameron wrote:
On 26/09/15 18:14, Lars-Peter Clausen wrote:
On 09/25/2015 07:23 PM, Shraddha Barke wrote:
Replace bit shifting on 1 with the BIT(x) macro
Signed-off-by: Shraddha Barke
Acked-by: Lars-Peter Clausen
This is a good little patch, so applied to
On 26/09/15 18:14, Lars-Peter Clausen wrote:
> On 09/25/2015 07:23 PM, Shraddha Barke wrote:
>> Replace bit shifting on 1 with the BIT(x) macro
>>
>> Signed-off-by: Shraddha Barke
>
> Acked-by: Lars-Peter Clausen
>
This is a good little patch, so applied to the togreg branch
of iio.git. This w
On 09/25/2015 07:23 PM, Shraddha Barke wrote:
> Replace bit shifting on 1 with the BIT(x) macro
>
> Signed-off-by: Shraddha Barke
Acked-by: Lars-Peter Clausen
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org
Replace bit shifting on 1 with the BIT(x) macro
Signed-off-by: Shraddha Barke
---
drivers/staging/iio/cdc/ad7746.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/staging/iio/cdc/ad7746.c b/drivers/staging/iio/cdc/ad7746.c
index 10fa372..55cc8bb 100644
--