Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net/wan/fsl_ucc_hdlc: allow PARITY_CRC16_PR0_CCITT parity

Signed-off-by: David Gounaris <david.gounaris@infinera.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

David Gounaris and committed by
David S. Miller
43a78e0e d8d74777

+1
+1
drivers/net/wan/fsl_ucc_hdlc.c
··· 780 780 781 781 if (parity != PARITY_NONE && 782 782 parity != PARITY_CRC32_PR1_CCITT && 783 + parity != PARITY_CRC16_PR0_CCITT && 783 784 parity != PARITY_CRC16_PR1_CCITT) 784 785 return -EINVAL; 785 786