commit | f2068b80ca59d63ca21ee1da829c9fe09f25b08e | [log] [tgz] |
---|---|---|
author | Nithin Sujir <nsujir@broadcom.com> | Thu May 23 11:11:27 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri May 24 22:23:30 2013 -0700 |
tree | 2f643fc00a07c7351dc67ab535774db947f41cd5 | |
parent | 7c10ee32f32644c9efbb3cfebf5fb7cea4b48a2c [diff] |
tg3: Remove unnecessary lock around tg3_flag_set The spinlock was needed when flags used to be a u32 and set/cleared using bit operations. Now that we use the atomic set_bit, this lock isn't needed. Signed-off-by: Nithin Nayak Sujir <nsujir@broadcom.com> Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>