Skip to content
Commit 42c7c6ef authored by Nicholas Mc Guire's avatar Nicholas Mc Guire Committed by Corey Minyard
Browse files

ipmi: kcs_bmc: handle devm_kasprintf() failure case



devm_kasprintf() may return NULL if internal allocation failed so this
assignment is not safe. Moved the error exit path and added the !NULL
which then allows the devres manager to take care of cleanup.

Signed-off-by: default avatarNicholas Mc Guire <hofrat@osadl.org>
Fixes: cd2315d4 ("ipmi: kcs_bmc: don't change device name")
Signed-off-by: default avatarCorey Minyard <cminyard@mvista.com>
Reviewed-by: default avatarHaiyue Wang <haiyue.wang@linux.intel.com>
parent 95ac0daa
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment