Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a56d00bbea018cfa6dc62f76db52760872efa1a7
Commit:     a56d00bbea018cfa6dc62f76db52760872efa1a7
Parent:     48ccf3dac341118992b70ca89c47728e8b1d300b
Author:     Cyrill Gorcunov <[EMAIL PROTECTED]>
AuthorDate: Mon Jan 21 17:18:26 2008 -0800
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Mon Jan 21 19:39:41 2008 -0800

    CRIS: add missed local_irq_restore call
    
    Signed-off-by: Cyrill Gorcunov <[EMAIL PROTECTED]>
    Acked-by: Jesper Nilsson <[EMAIL PROTECTED]>
    Cc: Mikael Starvik <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]@linux-foundation.org>
---
 arch/cris/arch-v10/kernel/io_interface_mux.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/cris/arch-v10/kernel/io_interface_mux.c 
b/arch/cris/arch-v10/kernel/io_interface_mux.c
index 3a9114e..f3b327d 100644
--- a/arch/cris/arch-v10/kernel/io_interface_mux.c
+++ b/arch/cris/arch-v10/kernel/io_interface_mux.c
@@ -392,6 +392,7 @@ int cris_request_io_interface(enum cris_io_interface ioif, 
const char *device_id
        if (((interfaces[ioif].gpio_g_in & gpio_in_pins) != 
interfaces[ioif].gpio_g_in) ||
            ((interfaces[ioif].gpio_g_out & gpio_out_pins) != 
interfaces[ioif].gpio_g_out) ||
            ((interfaces[ioif].gpio_b & gpio_pb_pins) != 
interfaces[ioif].gpio_b)) {
+               local_irq_restore(flags);
                printk(KERN_CRIT "cris_request_io_interface: Could not get 
required pins for interface %u\n",
                       ioif);
                return -EBUSY;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to