mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
rk_serial: covert dsb() to dsb(sy)
This commit is contained in:
@@ -327,7 +327,7 @@ static inline void serial_out(struct uart_rk_port *up, int offset, unsigned char
|
||||
dwapb_save_out_value(up, offset, value);
|
||||
__raw_writel(value, up->port.membase + (offset << 2));
|
||||
if (offset != UART_TX)
|
||||
dsb();
|
||||
dsb(sy);
|
||||
dwapb_check_clear_ier(up, offset);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user