m68knommu: fix IO write size in nettel pin set
authorGreg Ungerer <gerg@linux-m68k.org>
Tue, 23 Aug 2016 11:46:06 +0000 (21:46 +1000)
committerGreg Ungerer <gerg@linux-m68k.org>
Mon, 26 Sep 2016 02:02:58 +0000 (12:02 +1000)
commit36d050d913333ea21e9728cbbc1fc07ae5be8d6c
treedf051a73df3fb4a8fa2d12d66f0acf51299fbd6e
parent41b39ea19087ca91729972d6497af7fdfaef7449
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: Greg Ungerer <gerg@linux-m68k.org>
arch/m68k/include/asm/nettel.h