commit | f281f2dec14231b5da8ca44100b4e2887724e5fd | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@linaro.org> | Thu Jan 22 12:42:39 2015 +0530 |
committer | Greg Kroah-Hartman <greg@kroah.com> | Thu Jan 22 21:15:39 2015 +0800 |
tree | 702dcce14b56fca3d95e8b69856318cb1e79d9ce | |
parent | c2f792382bc23bddd67a5da72faf9d46bf0f3ef9 [diff] |
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>