1. NAME

hsi_unregister_port_event - Stop receiving port events for a client

2. SYNOPSIS

int hsi_unregister_port_event(struct hsi_client *  cl );

3. ARGUMENTS

cl
    HSI client that wants to stop receiving port events

4. DESCRIPTION

Clients should call this function before releasing their associated port.

Returns -errno on error, or 0 on success.

5. COPYRIGHT