Home
last modified time | relevance | path

Searched hist:"70 a9156b" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/uio/
H A Duio.c70a9156b Tue Sep 14 13:36:54 CDT 2010 Eric W. Biederman <ebiederm@aristanetworks.com> 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 <ebiederm@aristanetworks.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Hans J. Koch <hjk@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
70a9156b Tue Sep 14 13:36:54 CDT 2010 Eric W. Biederman <ebiederm@aristanetworks.com> 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 <ebiederm@aristanetworks.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Hans J. Koch <hjk@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>