diff options
author | Will Deacon <will.deacon@arm.com> | 2019-02-22 17:21:02 +0000 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2019-04-08 12:09:18 +0100 |
commit | 96670b2fd0254a2c51cc2bb4b4f3057a6b6f5d29 (patch) | |
tree | 7524583be24cc459bf8edf5a3b9204080a196bdf /drivers/net/ethernet/silan | |
parent | 1b8546d7e23872c77d0ef6a4c311ac7037380c24 (diff) |
net/ethernet/silan/sc92031: Remove stale comment about mmiowb()
mmiowb() is no more. It has ceased to be. It is an ex-barrier. So remove
all references to it from comments.
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'drivers/net/ethernet/silan')
-rw-r--r-- | drivers/net/ethernet/silan/sc92031.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/silan/sc92031.c b/drivers/net/ethernet/silan/sc92031.c index db5dc8ce0aff..02b3962b0e63 100644 --- a/drivers/net/ethernet/silan/sc92031.c +++ b/drivers/net/ethernet/silan/sc92031.c @@ -251,7 +251,6 @@ enum PMConfigBits { * use of mdelay() at _sc92031_reset. * Functions prefixed with _sc92031_ must be called with the lock held; * functions prefixed with sc92031_ must be called without the lock held. - * Use mmiowb() before unlocking if the hardware was written to. */ /* Locking rules for the interrupt: |