]> git.karo-electronics.de Git - karo-tx-linux.git/commit
greybus: i2c: fix name conflict between function and struct: gb_i2c_transfer_request
authorViresh Kumar <viresh.kumar@linaro.org>
Thu, 22 Jan 2015 06:40:38 +0000 (12:10 +0530)
committerGreg Kroah-Hartman <greg@kroah.com>
Thu, 22 Jan 2015 13:15:39 +0000 (21:15 +0800)
commit62aadeeafa1585d6acf3e9b378eb554f57f3bc84
tree6d9a52987041f8c669e6eb5fc9328b1146fe146d
parentf281f2dec14231b5da8ca44100b4e2887724e5fd
greybus: i2c: fix name conflict between function and struct: gb_i2c_transfer_request

'gb_i2c_transfer_request' 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