parport_put_port — decrement a port's reference count
void parport_put_port ( | struct parport * port) ; |
This should be called once for each call to parport_get_port
,
once the port is no longer needed. When the reference count reaches
zero (port is no longer used), free_port is called.