phy: tegra: remove redundant self assignment of 'map'
authorColin Ian King <colin.king@canonical.com>
Thu, 23 Nov 2017 11:10:47 +0000 (11:10 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Feb 2019 09:07:03 +0000 (10:07 +0100)
commitffd36a6801880a1f42ca769327fd9ff30f25e577
treea3ae738fd50f345b2f2c86e4034c2c5ee9af1e66
parent87e964d19fdb95867eb05525bed8594f4de84e2b
phy: tegra: remove redundant self assignment of 'map'

commit a0dd6773038f3fd2bd1b4f7ec193887cffc49046 upstream.

The assignment of map to itself is redundant and can be removed.
Detected with Coccinelle.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Cc: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/phy/tegra/xusb.c