1. NAME

parport_put_port - decrement a portAqs reference count

2. SYNOPSIS

void parport_put_port(struct parport *  port );

3. ARGUMENTS

port
    the port

4. DESCRIPTION

This should be called once for each call to parport_get_port, once the port is no longer needed.

5. COPYRIGHT