From 9e4c3a243f77e9bd48742ea53905d826cda2e43f Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Wed, 23 Nov 2011 14:43:37 -0800 Subject: [PATCH] --- yaml --- r: 276091 b: refs/heads/master c: 5a4f1844c2ba21f804d7729306d9b16eaeb724a8 h: refs/heads/master i: 276089: d0f1358f572360111d5d596424da3bb46c237776 276087: 573abe58ae521b5ab274b4ad70cb3da5a1823a16 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-omap2/smartreflex.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a689e9ff5675..e9c31260f805 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 46232a3622c6e33605906ee6690dfef372925f53 +refs/heads/master: 5a4f1844c2ba21f804d7729306d9b16eaeb724a8 diff --git a/trunk/arch/arm/mach-omap2/smartreflex.c b/trunk/arch/arm/mach-omap2/smartreflex.c index 6a4f6839a7d9..cf246b39bac7 100644 --- a/trunk/arch/arm/mach-omap2/smartreflex.c +++ b/trunk/arch/arm/mach-omap2/smartreflex.c @@ -139,7 +139,7 @@ static irqreturn_t sr_interrupt(int irq, void *data) sr_write_reg(sr_info, ERRCONFIG_V1, status); } else if (sr_info->ip_type == SR_TYPE_V2) { /* Read the status bits */ - sr_read_reg(sr_info, IRQSTATUS); + status = sr_read_reg(sr_info, IRQSTATUS); /* Clear them by writing back */ sr_write_reg(sr_info, IRQSTATUS, status);