commit | eebfc6055aba312f8b620a58fe1c23471cdcd149 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@suse.de> | Thu Oct 28 09:54:23 2010 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Oct 28 09:54:23 2010 -0700 |
tree | 721e181ae347016989e52df2331998835a82aeac | |
parent | bceadddd92ceb4fd51e5e16c4f6699d8eb2e5604 [diff] |
Staging: bcm: fix up network device reference counting The way network devices are reference counted does not include poking around in the reference count itself. This breaks when the reference count is changed to be a different type. Fix the driver to do the proper function calls instead. Cc: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>