commit | e48d33193d94175f012c3ed606a1d1e574ed726a | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Sun Jan 27 18:14:48 2008 +0100 |
committer | Jean Delvare <khali@hyperion.delvare> | Sun Jan 27 18:14:48 2008 +0100 |
tree | 6bc9c255dbb1dc34b23197bc2d501fc30c9606c1 | |
parent | bdc511f438f6ca40307e06edda00331e6ac0f813 [diff] |
i2c: Change prototypes of refcounting functions Use more standard prototypes for i2c_use_client() and i2c_release_client(). The former now returns a pointer to the client, and the latter no longer returns anything. This matches what all other subsystems do. Signed-off-by: Jean Delvare <khali@linux-fr.org> Cc: David Brownell <david-b@pacbell.net>