Skip to content

Instantly share code, notes, and snippets.

View bebarino's full-sized avatar
🏠
Working from home

Stephen Boyd bebarino

🏠
Working from home
  • Google
  • San Francisco, CA, USA
View GitHub Profile
diff --git a/drivers/irqchip/qcom-pdc.c b/drivers/irqchip/qcom-pdc.c
index 6ae9e1f0819d..0b04761bd5f7 100644
--- a/drivers/irqchip/qcom-pdc.c
+++ b/drivers/irqchip/qcom-pdc.c
@@ -111,6 +111,9 @@ static void qcom_pdc_gic_mask(struct irq_data *d)
return;
irq_chip_mask_parent(d);
+
+ if (irqd_is_suspended(d))

Keybase proof

I hereby claim:

  • I am bebarino on github.
  • I am bebarino (https://keybase.io/bebarino) on keybase.
  • I have a public key whose fingerprint is 3E46 049A 8749 6A35 1921 CAED D89D 8113 2578 E73D

To claim this, I am signing this object:

@bebarino
bebarino / gist:5497181
Created May 1, 2013 18:25
git rev-list | git cherry-pick --stdin leaks via. valgrind
==7986== Memcheck, a memory error detector
==7986== Copyright (C) 2002-2009, and GNU GPL'd, by Julian Seward et al.
==7986== Using Valgrind-3.6.0.SVN-Debian and LibVEX; rerun with -h for copyright info
==7986== Command: git cherry-pick --stdin
==7986== Parent PID: 7975
==7986==
==7986== Warning: set address range perms: large range [0x39187000, 0x79187000) (defined)
==7986==
==7986== HEAP SUMMARY:
==7986== in use at exit: 4,058,046,904 bytes in 37,438,765 blocks