| commit | 12862086f24d7382b24379bbcbe0dadf12ca5945 | [log] [tgz] |
|---|---|---|
| author | Ira W. Snyder <kernel@irasnyder.com> | Tue Nov 21 17:44:31 2006 -0800 |
| committer | David S. Miller <davem@davemloft.net> | Tue Nov 21 17:44:31 2006 -0800 |
| tree | e1fc65a347e23171d28054eeb97316dd255bb97a | |
| parent | f2776ff047229c3e7cee2454e2704dd6f98fa32f [diff] |
[TG3]: Add missing unlock in tg3_open() error path. Sparse noticed a locking imbalance in tg3_open(). This patch adds an unlock to one of the error paths, so that tg3_open() always exits without the lock held. Signed-off-by: Ira W. Snyder <kernel@irasnyder.com> Signed-off-by: David S. Miller <davem@davemloft.net>