Commit b954544
committed
firewire: core: use guard macro to maintain list of receivers for phy configuration packets
The core function maintains clients to receive phy configuration packets
by list in the instance of fw_card. The concurrent access to the list is
protected by spinlock in the instance.
This commit uses guard macro to maintain the list.
Link: https://lore.kernel.org/r/20240805085408.251763-13-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>1 parent cf123b0 commit b954544
1 file changed
Lines changed: 5 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1659 | 1659 | | |
1660 | 1660 | | |
1661 | 1661 | | |
1662 | | - | |
| 1662 | + | |
1663 | 1663 | | |
1664 | 1664 | | |
1665 | 1665 | | |
1666 | 1666 | | |
1667 | | - | |
1668 | | - | |
1669 | 1667 | | |
1670 | 1668 | | |
1671 | 1669 | | |
1672 | 1670 | | |
1673 | 1671 | | |
1674 | 1672 | | |
1675 | | - | |
1676 | | - | |
1677 | 1673 | | |
1678 | | - | |
| 1674 | + | |
1679 | 1675 | | |
1680 | 1676 | | |
1681 | | - | |
| 1677 | + | |
1682 | 1678 | | |
1683 | 1679 | | |
1684 | 1680 | | |
| |||
1706 | 1702 | | |
1707 | 1703 | | |
1708 | 1704 | | |
1709 | | - | |
1710 | | - | |
1711 | 1705 | | |
1712 | 1706 | | |
1713 | 1707 | | |
| |||
1855 | 1849 | | |
1856 | 1850 | | |
1857 | 1851 | | |
1858 | | - | |
1859 | | - | |
1860 | | - | |
| 1852 | + | |
| 1853 | + | |
1861 | 1854 | | |
1862 | 1855 | | |
1863 | 1856 | | |
| |||
0 commit comments