summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-probe.c
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2017-01-05 13:38:35 +0100
committerKalle Valo <kvalo@codeaurora.org>2017-02-07 09:56:19 +0200
commit50d55b6d3f1c40485e2e06b2805ef81f881ee9db (patch)
tree0fe737713cbc3568d1cd88fb61d06f18c7dfdbe5 /tools/perf/builtin-probe.c
parentd7eb3c0a6bb34cf0e6bc73ed65784363bbba6763 (diff)
mwifiex: don't include mac80211.h
This driver doesn't use mac80211, so it shouldn't include mac80211.h, include only the necessary cfg80211.h instead. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/perf/builtin-probe.c')
0 files changed, 0 insertions, 0 deletions
7d2199d2f91865'>diff)
rt2x00: fix clk_get call
clk_get() takes two arguments and might return ERR_PTR(), so we have to nullify pointer on that case, to do not break further call to clk_get_rate(). Reported-by: Felix Fietkau <nbd@nbd.name> Fixes: 34db70b92fae ("rt2x00: add copy of clk for soc devices") Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/testing/selftests/rcutorture/configs/rcu/TREE01.boot')