commit | 0399fd6147143ed9260041c9b466b67e60e1939e | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Sun Feb 18 22:02:43 2018 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 28 15:29:58 2018 +0100 |
tree | 5f493eb8ccdeb379c90cc9c46fc770e4c61fffb2 | |
parent | 135ccb0129952966715074398f422c1517f2e7ad [diff] |
serial: imx: rename variables to match the register names Now the variable holding the value of register USR1 is called usr1 instead of sts which is more straight forward. The same is also done for sts2 which is called usr2 now. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Reviewed-by: Shawn Guo <shawnguo@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>