firmware: tegra: Use consistent return variable name
authorJon Hunter <jonathanh@nvidia.com>
Sun, 12 Jul 2020 10:01:15 +0000 (11:01 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 14 Jul 2020 15:57:18 +0000 (17:57 +0200)
commitedb2bca2ac48ad5fa2fcf7491fdf915a56dd24f6
treea16d2cf668615612763e2e2520be843989a7e770
parent8b08dbb1b14ae1142003cb8a95e71e48b3a416d4
firmware: tegra: Use consistent return variable name

Most functions in the BPMP driver use 'err' as the return variable
name but there are a few places that use 'ret'. Let's use 'err' to
be consistent.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/firmware/tegra/bpmp-debugfs.c
drivers/firmware/tegra/bpmp.c