summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorAnton Vorontsov <avorontsov@ru.mvista.com>2009-01-26 14:33:23 -0800
committerDavid S. Miller <davem@davemloft.net>2009-01-26 14:33:23 -0800
commitcd1f55a5b49b74e13ed9e7bc74d005803aaa0da8 (patch)
tree583d167d95098d3a282290259e732184a4d5aa92 /scripts/stackusage
parent116cb42855fbd052fc8cd2ca3e06050bff762673 (diff)
downloadkernel-cd1f55a5b49b74e13ed9e7bc74d005803aaa0da8.tar.gz
gianfar: Revive VLAN support
commit 77ecaf2d5a8bfd548eed3f05c1c2e6573d5de4ba ("gianfar: Fix VLAN HW feature related frame/buffer size calculation") wrongly removed priv->vlgrp assignment, and now priv->vlgrp is always NULL. This patch fixes the issue, plus fixes following sparse warning introduced by the same commit: gianfar.c:1406:13: warning: context imbalance in 'gfar_vlan_rx_register' - wrong count at exit gfar_vlan_rx_register() checks for "if (old_grp == grp)" and tries to return w/o dropping the lock. According to net/8021q/vlan.c VLAN core issues rx_register() callback: 1. In register_vlan_dev() only on a newly created group; 2. In unregister_vlan_dev() only if the group becomes empty. Thus the check in the gianfar driver isn't needed. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Acked-by: Andy Fleming <afleming@freescale.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
010-05-18 00:46:43 -0300'>2010-05-18V4L/DVB: ivtv: Combine capture start delays into a single delayAndy Walls 2010-02-26V4L/DVB: ivtv: Adjust msleep() delays used to prevent tinny audio and PCI bus...Andy Walls 2010-02-26V4L/DVB: cx25840, v4l2-subdev, ivtv, pvrusb2: Fix ivtv/cx25840 tinny audioAndy Walls 2009-12-16V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart