i2c: i801: Drop duplicate NULL check in i801_del_mux()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 28 Dec 2020 20:06:17 +0000 (22:06 +0200)
committerWolfram Sang <wsa@kernel.org>
Tue, 5 Jan 2021 11:05:18 +0000 (12:05 +0100)
commit926e6b2cd1ca9de8d89d4e9e31804a3cc0b8ecea
tree1639d9a7d26deb3f6eb78eb6204266d72f51964f
parentd321ad1286d2ac1f14fccadee822519a6ac9dd64
i2c: i801: Drop duplicate NULL check in i801_del_mux()

Since gpiod_remove_lookup_table() is NULL-aware, no need to have this check
in the caller. Drop duplicate NULL check.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-i801.c