1. NAME

i2c_release_client - release a use of the i2c client structure

2. SYNOPSIS

void i2c_release_client(struct i2c_client *  client );

3. ARGUMENTS

client
    the client being no longer referenced

4. DESCRIPTION

Must be called when a user of a client is finished with it.

5. COPYRIGHT