commit | 1094422253db01ac3a12bde010c75e5135021d2d | [log] [tgz] |
---|---|---|
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | Tue Aug 20 17:34:43 2019 +0200 |
committer | Lee Jones <lee.jones@linaro.org> | Mon Sep 02 11:09:03 2019 +0100 |
tree | d7a354519ebcd66f38ebded03fb693e7778293e1 | |
parent | f68c0a873ef28637a201ec37e1bafdf040813454 [diff] |
mfd: htc-i2cpld: Drop check because i2c_unregister_device() is NULL safe No need to check the argument of i2c_unregister_device() because the function itself does it. Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>