diff options
author | Olof Johansson <olof@lixom.net> | 2015-09-26 22:23:26 -0700 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-09-26 22:23:26 -0700 |
commit | e46fc90ec2612ef7578c6e3e28ad477a116e24da (patch) | |
tree | 99668ecce537d7381b8545e0a7b34dda4ef81935 /arch/arm/mach-pxa/balloon3.c | |
parent | b8ba826f8d9587fe830d29a0d03abb5b1e0a76e5 (diff) | |
parent | 385877c01361401113c101ef5a80a9f0998e072b (diff) | |
download | talos-obmc-linux-e46fc90ec2612ef7578c6e3e28ad477a116e24da.tar.gz talos-obmc-linux-e46fc90ec2612ef7578c6e3e28ad477a116e24da.zip |
Merge tag 'pxa-fixes-v4.3' of https://github.com/rjarzmik/linux into fixes
ARM: pxa: fixes for v4.3
These fixes are mainly regression fixes triggered by irq changes,
common clock framework introduction and sound side-effect of
other platforms.
* tag 'pxa-fixes-v4.3' of https://github.com/rjarzmik/linux:
ARM: pxa: balloon3: Fix build error
ARM: pxa: ssp: Fix build error by removing originally incorrect DT binding
ARM: pxa: fix DFI bus lockups on startup
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-pxa/balloon3.c')
-rw-r--r-- | arch/arm/mach-pxa/balloon3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-pxa/balloon3.c b/arch/arm/mach-pxa/balloon3.c index 70366b35d299..c1cda989c705 100644 --- a/arch/arm/mach-pxa/balloon3.c +++ b/arch/arm/mach-pxa/balloon3.c @@ -502,7 +502,7 @@ static void balloon3_irq_handler(unsigned int __irq, struct irq_desc *desc) balloon3_irq_enabled; do { struct irq_data *d = irq_desc_get_irq_data(desc); - struct irq_chip *chip = irq_data_get_chip(d); + struct irq_chip *chip = irq_desc_get_chip(desc); unsigned int irq; /* clear useless edge notification */ |