commit | 685c3f80b6d88478a6428676f9daab59faf3cd4b | [log] [tgz] |
---|---|---|
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | Thu Jul 22 11:56:38 2010 +0200 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Tue Jul 27 11:04:10 2010 +0200 |
tree | 3f1f93927c0241ba12d887bcf7b90fc52d760884 | |
parent | a2d39db9dec0e7e403f54c9cf98b7dbc82b4c44a [diff] |
firewire: nosy: use flagless variants of spinlock accessors nosy_start/stop_snoop() are always only called by the ioctl method, i.e. with IRQs enabled. packet_handler() and bus_reset_handler() are always only called by the IRQ handler. Hence neither one needs to track IRQ flags. To underline the call context of packet_handler() and bus_reset_handler(), rename these functions to *_irq_handler(). Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>