提交 7d0b0a44 编写于 作者: P Paul Mundt

sh: Fix up ctrl_read/write stragglers in migor setup.

ctrl_read/writeX are deprecated, this converts them over to their
__raw_read/write() counterparts.
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 9adae972
...@@ -633,7 +633,7 @@ static int __init migor_devices_setup(void) ...@@ -633,7 +633,7 @@ static int __init migor_devices_setup(void)
* The original driver sets SIUB OLR/OBT, ILR/IBT, and SIUA OLR/OBT to * The original driver sets SIUB OLR/OBT, ILR/IBT, and SIUA OLR/OBT to
* output. Need only SIUB, set to output for master mode (table 34.2) * output. Need only SIUB, set to output for master mode (table 34.2)
*/ */
ctrl_outw(ctrl_inw(PORT_MSELCRA) | 1, PORT_MSELCRA); __raw_writew(__raw_readw(PORT_MSELCRA) | 1, PORT_MSELCRA);
i2c_register_board_info(0, migor_i2c_devices, i2c_register_board_info(0, migor_i2c_devices,
ARRAY_SIZE(migor_i2c_devices)); ARRAY_SIZE(migor_i2c_devices));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册