Skip to content

ASoC: SOF: remove unnecessary variable in snd_sof_dsp_register_poll - #366

Merged
plbossart merged 1 commit into
thesofproject:topic/sof-devfrom
ranj063:fix/register_poll
Dec 5, 2018
Merged

ASoC: SOF: remove unnecessary variable in snd_sof_dsp_register_poll#366
plbossart merged 1 commit into
thesofproject:topic/sof-devfrom
ranj063:fix/register_poll

Conversation

@ranj063

Copy link
Copy Markdown
Collaborator

Remove the unnecassary "done" variable in the
snd_sof_dsp_register_poll() method and use the variable
"time" instead.

Signed-off-by: Ranjani Sridharan ranjani.sridharan@linux.intel.com

Remove the unnecassary "done" variable in the
snd_sof_dsp_register_poll() method and use the variable
"time" instead.
Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
@plbossart
plbossart merged commit 1c9ccf8 into thesofproject:topic/sof-devDec 5, 2018
oder-chiou pushed a commit to oder-chiou/linux-soundwire that referenced this pull request May 5, 2026
Extend the netkit selftests to specify and validate the {head,tail}room
on the netdevice:
# ./vmtest.sh -- ./test_progs -t netkit
[...]
./test_progs -t netkit
[ 1.174147] bpf_testmod: loading out-of-tree module taints kernel.
[ 1.174585] bpf_testmod: module verification failed: signature and/or required key missing - tainting kernel
[ 1.422307] tsc: Refined TSC clocksource calibration: 3407.983 MHz
[ 1.424511] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x311fc3e5084, max_idle_ns: 440795359833 ns
[ 1.428092] clocksource: Switched to clocksource tsc
thesofproject#363 tc_netkit_basic:OK
thesofproject#364 tc_netkit_device:OK
thesofproject#365 tc_netkit_multi_links:OK
thesofproject#366 tc_netkit_multi_opts:OK
thesofproject#367 tc_netkit_neigh_links:OK
thesofproject#368 tc_netkit_pkt_type:OK
thesofproject#369 tc_netkit_scrub:OK
Summary: 7/0 PASSED, 0 SKIPPED, 0 FAILED
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Nikolay Aleksandrov <razor@blackwall.org>
Link: https://lore.kernel.org/bpf/20241220234658.490686-3-daniel@iogearbox.net
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@ranj063@plbossart