summaryrefslogtreecommitdiff
path: root/ether.conf
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2017-04-12 10:57:13 +0200
committerTobias Klauser <tklauser@distanz.ch>2017-04-12 10:58:38 +0200
commit4a4b85aac16ccb59f01700ee8fb903dcdc7fcf65 (patch)
treee606fb4a0d2eccedd50a483c25b5950530dc8012 /ether.conf
parenteedf26d355b3dcbaa8324db678868fe11e57d5ce (diff)
netsniff-ng: remove unnecessary zeroing of packet counters in init_ctx()
The struct ctx in initialized using memset(ctx, 0, sizeof(*ctx) in init_ctx(), so there is no need to zero these members again. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'ether.conf')
0 files changed, 0 insertions, 0 deletions
fe9572ee33588363'>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/lib/lockdep/include')