Give up access to a parallel port device
void parport_release(struct pardevice * dev);
dev
pointer to structure representing parallel port device
This function cannot fail, but it should not be called without the port claimed. Similarly, if the port is already claimed you should not try claiming it again.