commit | 039fffa2978e357b9c6abb44e844f503f5d2b593 | [log] [tgz] |
---|---|---|
author | Talel Atias <tatias@codeaurora.org> | Sun May 12 14:12:26 2013 +0300 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Sun May 12 22:55:03 2013 -0700 |
tree | 3c509fe77e52ec50e039f6016c6baa3321844796 | |
parent | c381b26829ccc53fbd6e6ab348a1459aa8c01c8a [diff] |
msm: net: ecm: variable name change The driver context was saved in a variable called "dev". The use of "dev" causes a collision with the "struct device *dev" contained in the network interface struct "struct net_device". In this change the "dev" usage is replaced with "ecm_ipa_ctx". The "ecm_ipa_ctx" parameter shall hold the driver context. Change-Id: Ibbb66f1ffe32dce8603969994c8bf7d53db69b08 Signed-off-by: Talel Atias <tatias@codeaurora.org>