]> git.baikalelectronics.ru Git - kernel.git/commit
firewire: ohci: do not enable interrupts without the handler
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Sat, 5 Jun 2010 09:46:49 +0000 (11:46 +0200)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Wed, 9 Jun 2010 17:42:18 +0000 (19:42 +0200)
commitb7bfcca2e66747e126d7e28978c7357df6c0ad1b
tree2b82bfd64fcdf04a2fbb6bfca78e27c9c609110f
parent463d019759ad2c71a0d5551d33159ddec619c96f
firewire: ohci: do not enable interrupts without the handler

On 26 Apr 2010, Clemens Ladisch wrote:
> In theory, none of the interrupts should occur before the link is
> enabled.  In practice, I'd rather make sure to not set the master
> interrupt enable bit until we have installed the interrupt handler.

and proposed to move OHCI1394_masterIntEnable out of the present
reg_write() into a new one before the HCControl.linkEnable reg_write().

Why not defer setting /all/ of the bits until right before linkEnable?

Reviewed-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/firewire/ohci.c