]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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:08:09 +0000 (10:08 +0100)
commitcc96cdc8e6532f2b3c934318e65901c599f2175c
tree559ad291afe231c53532e0cc7cfebdd879b20d5f
parentf6de4ca8627b74fca198df8c0c02c52acb8231aa
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