commit | 9a2e0fb0893ddf595d0a372e681f5b98017c6d90 | [log] [tgz] |
---|---|---|
author | Matt Carlson <mcarlson@broadcom.com> | Thu Jun 02 13:01:39 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 03 00:01:30 2011 -0700 |
tree | fc32f2ae2fefe55bfe5b3381629b33550f7adea6 | |
parent | ec764bf083a6ff396234351b51fd236f53c903bf [diff] |
tg3: Fix tg3_skb_error_unmap() This function attempts to free one fragment beyond the number of fragments that were actually mapped. This patch brings back the limit to the correct spot. Signed-off-by: Matt Carlson <mcarlson@broadcom.com> Tested-by: Alex Williamson <alex.williamson@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>