commit | 65b984f26f16e97168ee29e53145055412f38a23 | [log] [tgz] |
---|---|---|
author | Francois Romieu <romieu@fr.zoreil.com> | Mon Nov 07 01:52:06 2005 +0100 |
committer | Jeff Garzik <jgarzik@pobox.com> | Mon Nov 07 03:37:05 2005 -0500 |
tree | ece6ca6ed3844220c92e4b1207542864f70bad39 | |
parent | 3353930d9d026ca94747d0766f864b2a0a8c714b [diff] |
[PATCH] b44: s/spin_lock_irqsave/spin_lock/ in b44_interrupt There is no need to save/restore the irq state as the irq are always locally disabled when b44_interrupt is issued. Signed-off-by: Francois Romieu <romieu@fr.zoreil.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>