Bluetooth: btrtl: Fix a error code in rtl_load_config()
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 28 Jul 2017 14:41:11 +0000 (17:41 +0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Fri, 28 Jul 2017 16:29:08 +0000 (19:29 +0300)
commitc3327bde514d5945f5de1e28bed3eaa0c4d622ec
tree9c4b8d9598e2651b2c729355cbedb1ca5ea9bdbb
parent98b5798499b6614963e693dff5262de8d33b2cd0
Bluetooth: btrtl: Fix a error code in rtl_load_config()

We accidentally return success if the kmemdup() fails.  It results in
a NULL dereference in the caller.

Fixes: 1110a2dbe698 ("Bluetooth: btrtl: Add RTL8822BE Bluetooth device")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
drivers/bluetooth/btrtl.c