#ifndef TRAFGEN_L3_H #define TRAFGEN_L3_H enum ip4_field { IP4_VER, IP4_IHL, IP4_DSCP, IP4_ECN, IP4_TOS, IP4_LEN, IP4_ID, IP4_FLAGS, IP4_MF, IP4_DF, IP4_FRAG_OFFS, IP4_TTL, IP4_PROTO, IP4_CSUM, IP4_SADDR, IP4_DADDR, }; enum ip6_field { IP6_VER, IP6_CLASS, IP6_FLOW_LBL, IP6_LEN, IP6_NEXT_HDR, IP6_HOP_LIMIT, IP6_SADDR, IP6_DADDR, }; extern void protos_l3_init(void); #endif /* TRAFGEN_L2_H */ t-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/tools/arch/parisc/include
tion value='3' selected='selected'>3
AgeCommit message (Expand)AuthorFilesLines
space:
mode:
authorSylwester Nawrocki <s.nawrocki@samsung.com>2016-07-21 20:03:49 +0200
committerMark Brown <broonie@kernel.org>2016-07-21 19:18:17 +0100
commit2b960386cb75bd332a132c44c9ec69bd1f3122d8 (patch)
tree05a20281f3b1e15b7f8bf80d25a0733d0a522cb0 /Documentation
parent48b418d7fd359fe1d9845507bdbecf151e0a0dd9 (diff)
ASoC: samsung: Fix error paths in the I2S driver's probe()
Ensure they secondary DAI device is freed properly when asoc_dma_platform registration fails. This change is needed for proper deferred probe support and will help preventing situations when the CPU DAI's initialization completes without required DMA resources. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')