commit | 70a9156bad9d9d1476df35dde582b9f411bf5914 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <[email protected]> | Tue Sep 14 11:36:54 2010 -0700 |
committer | Greg Kroah-Hartman <[email protected]> | Fri Oct 22 10:16:43 2010 -0700 |
tree | e44b2b21f59375eedd0431a1ea31aa26b4f602dd | |
parent | 3d4f9d76b0641b7984f95982e390927fc5998ad6 [diff] |
uio: Don't clear driver data Currently uio sets it's driver data to NULL just as it is unregistering attributes. sysfs maks the guaranatee that it will not call attributes after device_destroy is called so this is unncessary and leads to lots of unnecessary code in uio.c Signed-off-by: Eric W. Biederman <[email protected]> Reviewed-by: Thomas Gleixner <[email protected]> Signed-off-by: Hans J. Koch <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>