Found 1 matching messages (0.302 seconds). Page 1 of 1.
Hi Plip uses spin_lock_irq/spin_unlock_irq in its IRQ handler (called from ... and use plip --- it produces a warning. This patch changes it to ... (dev); rcv = &nl->rcv_data; - spin_lock_irq (&nl->lock); + spin_lock_irqsave (&nl->lock, flags); ...
linux-kernel - Mikulas Patocka - Mar 31 2008 - 19:22