EDD_RELEASE

Section: Firmware Interfaces (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

edd_release - free edd structure  

SYNOPSIS

void edd_release(struct kobject * kobj);
 

ARGUMENTS

kobj

kobject of edd structure
 

DESCRIPTION

This is called when the refcount of the edd structure reaches 0. This should happen right after we unregister, but just in case, we use the release callback anyway.  

COPYRIGHT