summaryrefslogtreecommitdiff
path: root/bpfc
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2013-08-01 09:56:41 +0200
committerTobias Klauser <tklauser@distanz.ch>2013-08-02 13:10:13 +0200
commitc95c515fa9075443900734039cfd7f92b5ba832f (patch)
tree5ac2254bf2d2aaee041a3e9114a3c11ab185836b /bpfc
parent0be5b43c75613e803e6cc43dc8fabdcd90e6d166 (diff)
trafgen: Remove unused local variable in apply_*() functions.
The variable `i' in apply_counter(), apply_randomizer() and apply_csum16() is only set once, so use the original parameter `counter_id' instead. Rename `counter_id' to `id' in order to keep it short. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'bpfc')
0 files changed, 0 insertions, 0 deletions
81bbd52720fc64a3fe9572ee33588363 (diff)
pinctrl: baytrail: Add missing spinlock usage in byt_gpio_irq_handler
According to VLI64 Intel Atom E3800 Specification Update (#329901) concurrent read accesses may result in returning 0xffffffff and write accesses may be dropped silently. To workaround all accesses must be protected by locks. Cc: stable@vger.kernel.org Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'tools/perf/pmu-events/arch/x86/broadwell/cache.json')