]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: tegra: don't open code of_device_get_match_data()
authorWolfram Sang <wsa@the-dreams.de>
Sun, 21 Feb 2016 13:57:42 +0000 (14:57 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Wed, 24 Feb 2016 10:24:29 +0000 (11:24 +0100)
commitdc8c36053508c1997d274da49c952e763ac83d65
tree848b2be66d964d504d5f8ed9c7ca317ebdd03caf
parentfbcb201a0356c401219cc8edb71f6293d72eafe7
i2c: tegra: don't open code of_device_get_match_data()

This change will also make Coverity happy by avoiding a theoretical NULL
pointer dereference; yet another reason is to use the above helper function
to tighten the code and make it more readable.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Acked-by: Laxman Dewangan <ldewangan@nvidia.com>
Tested-by: Laxman Dewangan <ldewangan@nvidia.com>
drivers/i2c/busses/i2c-tegra.c