commit | 44c53c4ff01a3551e9d73604eba42e372e9d0c1a | [log] [tgz] |
---|---|---|
author | Akinobu Mita <akinobu.mita@gmail.com> | Tue Nov 21 04:53:18 2006 +0900 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Dec 13 15:38:45 2006 -0800 |
tree | 0c23a5dca8631209cc008ef896e09cfbaf303c41 | |
parent | 1f71740ab9714bf5ae9ee04c724ff0d5c67ca3dc [diff] |
driver core: delete virtual directory on class_unregister() Class virtual directory is created as the need arises. But it is not deleted when the class is unregistered. Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>