diff options
author | Chris Lew <[email protected]> | 2019-10-04 15:27:00 -0700 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2019-10-16 09:38:22 -0700 |
commit | f7e714988edaffe6ac578318e99501149b067ba0 (patch) | |
tree | a45a2ef5714166571214322db9681148c443185c /scripts | |
parent | b646293e272816dd0719529dcebbd659de0722f7 (diff) |
rpmsg: glink: Fix rpmsg_register_device err handling
The device release function is set before registering with rpmsg. If
rpmsg registration fails, the framework will call device_put(), which
invokes the release function. The channel create logic does not need to
free rpdev if rpmsg_register_device() fails and release is called.
Fixes: b4f8e52b89f6 ("rpmsg: Introduce Qualcomm RPM glink driver")
Cc: [email protected]
Tested-by: Srinivas Kandagatla <[email protected]>
Signed-off-by: Chris Lew <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions