commit | a2fea5f19f970b45e854c22cab25250a79613643 | [log] [tgz] |
---|---|---|
author | Urs Thuermann <urs.thuermann@volkswagen.de> | Thu Feb 07 18:04:45 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 07 18:04:45 2008 -0800 |
tree | ed65426674c487102a98d5d28e6a8b5653525a4a | |
parent | 5423dd67bd0108a180784c6f307646622e804c9b [diff] |
[CAN]: Move proto_{,un}register() out of spin-locked region The implementation of proto_register() has changed so that it can now sleep. The call to proto_register() must be moved out of the spin-locked region. Signed-off-by: Urs Thuermann <urs.thuermann@volkswagen.de> Signed-off-by: Oliver Hartkopp <oliver.hartkopp@volkswagen.de> Signed-off-by: David S. Miller <davem@davemloft.net>