greybus: i2c: fix name conflict between function and struct: gb_i2c_transfer_response
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 22 Jan 2015 07:12:39 +0000 (12:42 +0530)
committerGreg Kroah-Hartman <greg@kroah.com>
Thu, 22 Jan 2015 13:15:39 +0000 (21:15 +0800)
commitf281f2dec14231b5da8ca44100b4e2887724e5fd
tree702dcce14b56fca3d95e8b69856318cb1e79d9ce
parentc2f792382bc23bddd67a5da72faf9d46bf0f3ef9
greybus: i2c: fix name conflict between function and struct: gb_i2c_transfer_response

'gb_i2c_transfer_response' is the name given to a function and a struct. Though
we don't get any compilation errors/warnings about it, but the names should be
unique.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/i2c.c