From a2507358ef9e8c52b7158c93f2ef8e7f96031648 Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Mon, 21 Sep 2009 17:04:42 -0700 Subject: [PATCH] --- yaml --- r: 164537 b: refs/heads/master c: 0ec48915e8bbb37dea3df85c41e4c3498b95664b h: refs/heads/master i: 164535: e0e4d9938fc44f195380e1f4c6cf78da45b5ce1c v: v3 --- [refs] | 2 +- trunk/include/linux/lis3lv02d.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d6e024a97a23..6fa22d99f7eb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0bf41d9f414a5cf558aff234a0ff486257537574 +refs/heads/master: 0ec48915e8bbb37dea3df85c41e4c3498b95664b diff --git a/trunk/include/linux/lis3lv02d.h b/trunk/include/linux/lis3lv02d.h index ad651f4e45ac..113778b5df36 100644 --- a/trunk/include/linux/lis3lv02d.h +++ b/trunk/include/linux/lis3lv02d.h @@ -32,7 +32,7 @@ struct lis3lv02d_platform_data { #define LIS3_IRQ2_DATA_READY (4 << 3) #define LIS3_IRQ2_CLICK (7 << 3) #define LIS3_IRQ_OPEN_DRAIN (1 << 6) -#define LIS3_IRQ_ACTIVE_HIGH (1 << 7) +#define LIS3_IRQ_ACTIVE_LOW (1 << 7) unsigned char irq_cfg; };