Increment a ports reference count
struct parport * parport_get_port(struct parport * port);
port
the port
This ensures that a struct parport pointer remains valid until the matching parport_put_port call.