commit | d5bf9071e71a4db85a0eea6236ef94a29fc3eec9 | [log] [tgz] |
---|---|---|
author | Christian Hohnstaedt <chohnstaedt@innominate.com> | Wed Jul 04 05:44:34 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 09 00:10:56 2012 -0700 |
tree | cf91cd107a5eda19dc8a1024b0c9b2115edf4988 | |
parent | 567990cfccafc580b03b1fb501adf63132c12dcc [diff] |
phylib: Support registering a bunch of drivers If registering of one of them fails, all already registered drivers of this module will be unregistered. Use the new register/unregister functions in all drivers registering more than one driver. amd.c, realtek.c: Simplify: directly return registration result. Tested with broadcom.c All others compile-tested. Signed-off-by: Christian Hohnstaedt <chohnstaedt@innominate.com> Signed-off-by: David S. Miller <davem@davemloft.net>