commit | 22e8860cf8f777fbf6a83f2fb7127f682a8e9de4 | [log] [tgz] |
---|---|---|
author | Kangjie Lu <kjlu@umn.edu> | Sun Mar 24 18:18:56 2019 -0500 |
committer | Stefan Schmidt <stefan@datenfreihafen.org> | Wed Apr 24 20:15:15 2019 +0200 |
tree | 55197fe3c217f1cc3b8985633dbef299448794b1 | |
parent | 1c5c12ee308aacf635c8819cd4baa3bd58f8a8b7 [diff] |
net: ieee802154: fix missing checks for regmap_update_bits regmap_update_bits could fail and deserves a check. The patch adds the checks and if it fails, returns its error code upstream. Signed-off-by: Kangjie Lu <kjlu@umn.edu> Reviewed-by: Mukesh Ojha <mojha@codeaurora.org> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>