#ifndef OUI_H #define OUI_H extern const char *lookup_vendor(unsigned int id); extern void dissector_init_oui(void); extern void dissector_cleanup_oui(void); static inline const char *lookup_vendor_str(unsigned int id) { return lookup_vendor(id) ? : "Unknown"; } #endif /* OUI_H */ href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/Documentation/x86?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/Documentation/x86
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@nxp.com>2016-05-16 09:50:07 -0300
committerMark Brown <broonie@kernel.org>2016-05-17 11:31:55 +0100
commit29cf67b99527296e9c9b9f6995c1d271d21f79c0 (patch)
tree6f81c1dcd4b20077b4d76076685723ba3d93bc85 /Documentation/x86
parent515511a7920c69aebf7f5fef0cb8e1df6767f34c (diff)
ASoC: hdac_hdmi: Remove the unused 'timeout' variable
Commit b2047e996cd88d3 ("ASoC: hdac_hdmi: add link management") introuduced the following build warning: sound/soc/codecs/hdac_hdmi.c:1721:16: warning: unused variable 'timeout' [-Wunused-variable] Remove the unused 'timeout' variable. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/x86')