Commit 36d050d9 authored by Greg Ungerer's avatar Greg Ungerer
Browse files

m68knommu: fix IO write size in nettel pin set



The pin write code that supports the UART signals is not using he correct
word write IO access method. It correctly reads the correct 16 bit
registrer, it should also write the new value back with a 16 bit write.
Fix it to use writew().

Signed-off-by: default avatarGreg Ungerer <gerg@linux-m68k.org>
parent 41b39ea1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment