mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 06:36:46 +07:00
[media] staging/s5p-cec: fixed alignment should match open parenthesis
Fixed Checkpatch check "Alignment should match open parenthesis" Signed-off-by: Scott Matheina <scott@matheina.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
5f98e5f555
commit
7f01be234a
@ -186,13 +186,13 @@ u32 s5p_cec_get_status(struct s5p_cec_dev *cec)
|
||||
void s5p_clr_pending_tx(struct s5p_cec_dev *cec)
|
||||
{
|
||||
writeb(S5P_CEC_IRQ_TX_DONE | S5P_CEC_IRQ_TX_ERROR,
|
||||
cec->reg + S5P_CEC_IRQ_CLEAR);
|
||||
cec->reg + S5P_CEC_IRQ_CLEAR);
|
||||
}
|
||||
|
||||
void s5p_clr_pending_rx(struct s5p_cec_dev *cec)
|
||||
{
|
||||
writeb(S5P_CEC_IRQ_RX_DONE | S5P_CEC_IRQ_RX_ERROR,
|
||||
cec->reg + S5P_CEC_IRQ_CLEAR);
|
||||
cec->reg + S5P_CEC_IRQ_CLEAR);
|
||||
}
|
||||
|
||||
void s5p_cec_get_rx_buf(struct s5p_cec_dev *cec, u32 size, u8 *buffer)
|
||||
|
Loading…
Reference in New Issue
Block a user