commit | 7e0ffee1b2e7d26cc2147be0d9d5186823e923f3 | [log] [tgz] |
---|---|---|
author | Stefan Schmidt <stefan@osg.samsung.com> | Thu Apr 12 14:28:49 2018 +0200 |
committer | Stefan Schmidt <stefan@osg.samsung.com> | Mon Apr 23 20:56:23 2018 +0200 |
tree | 67b80ad93acea2f525353b6e7fa0945a5e98950f | |
parent | f9e628a6645ed4f42a15dfa3c5af45a916a228e4 [diff] |
net: ieee802154: mcr20a: do not leak resources on error path We already allocated the device and platform data at this point. Instead of simply return from the probe function we need to cleanup the resources first. Signed-off-by: Stefan Schmidt <stefan@osg.samsung.com> Acked-by: Xue Liu <liuxuenetmail@gmail.com>