]> git.baikalelectronics.ru Git - kernel.git/commit
firewire: ohci: consolidate context status flags
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Sat, 1 Jan 2011 14:17:05 +0000 (15:17 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Tue, 4 Jan 2011 07:48:33 +0000 (08:48 +0100)
commit2b01991889d81aed24a8d9d85f6385fe607283a4
treef2791e96a50e10ec07223a9aa3b0719768221ca8
parentfbdb5ab60ffd176699a03e1780cf41227f7e7386
firewire: ohci: consolidate context status flags

"firewire: ohci: restart iso DMA contexts on resume from low power mode"
added the flag struct context.active and "firewire: ohci: cache the
context run bit" added struct context.running.

These flags contain the same information; combine them.
Also, normalize whitespace in pci_resume().

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