|
|
@@ -318,7 +318,7 @@ static int device_gpadc_init(struct pm80x_chip *chip,
|
|
|
static int device_irq_init_800(struct pm80x_chip *chip)
|
|
|
{
|
|
|
struct regmap *map = chip->regmap;
|
|
|
- unsigned long flags = IRQF_TRIGGER_FALLING | IRQF_ONESHOT;
|
|
|
+ unsigned long flags = IRQF_ONESHOT;
|
|
|
int data, mask, ret = -EINVAL;
|
|
|
|
|
|
if (!map || !chip->irq) {
|