commit | a67510fe019a8ba3cd3cc9019b87f4792f234fcd | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Mon Apr 29 01:58:48 2019 +0530 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Mon Jun 10 17:59:49 2019 +0530 |
tree | a256a9d16cd5afd9804362f0655a73581bfa1ad7 | |
parent | eb2533aa09acea832fff82743640ca64e9954305 [diff] |
spi: mpc8xxx: Rename variable The variable "char_size" holds the number of bits to be transferred in the current loop iteration. A better name would be "xfer_bitlen", which we rename this variable to. Signed-off-by: Mario Six <mario.six@gdsys.cc> Acked-by: Jagan Teki <jagan@amarulasolutions.com>