commit | 113ab88b2b689b431904e1d753e20390529ed204 | [log] [tgz] |
---|---|---|
author | Stephane Grosjean <s.grosjean@peak-system.com> | Thu Jan 19 16:31:05 2017 +0100 |
committer | Marc Kleine-Budde <mkl@pengutronix.de> | Tue Apr 25 09:00:44 2017 +0200 |
tree | e4f87cbacb7a33b8abe92180e1a6af13ac5c1624 | |
parent | 81c5e13d90db1eb1bf326e5b1f6293a0d85e966d [diff] |
can: peak: fix usage of const qualifier in pointers args Fixes the usage of the const qualifier in the memory pointer arguments of the declared inline functions. By changing the line containing "const", this patch also changes the name of the arg into a more usual one. Signed-off-by: Stephane Grosjean <s.grosjean@peak-system.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>