}
static struct gb_operation *
-gb_i2c_transfer_request(struct gb_connection *connection,
- struct i2c_msg *msgs, u32 msg_count)
+gb_i2c_operation_create(struct gb_connection *connection,
+ struct i2c_msg *msgs, u32 msg_count)
{
struct gb_i2c_transfer_request *request;
struct gb_operation *operation;
struct gb_operation *operation;
int ret;
- operation = gb_i2c_transfer_request(connection, msgs, msg_count);
+ operation = gb_i2c_operation_create(connection, msgs, msg_count);
if (!operation)
return -ENOMEM;