commit | 1068ec79d9cb5481ccfa6ffacdcf174636227b5d | [log] [tgz] |
---|---|---|
author | Antoine Ténart <antoine.tenart@free-electrons.com> | Tue Aug 22 19:08:22 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 22 14:32:19 2017 -0700 |
tree | 673358af4b3047518975ab551530f763636b7326 | |
parent | 81b6630ff7210356fe1843572543c76674e90450 [diff] |
net: mvpp2: fix the synchronization module bypass macro name The macro defining the bit to toggle to bypass or not the synchronization module is wrongly named. Writing 1 will disable bypass. This patch s/MVPP22_CTRL4_SYNC_BYPASS/MVPP22_CTRL4_SYNC_BYPASS_DIS/. Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com> Tested-by: Marcin Wojtas <mw@semihalf.com> Signed-off-by: David S. Miller <davem@davemloft.net>