mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 12:44:11 +08:00
block: sed-opal: print failed function address
Add function address (and if available its symbol) to the message if a step function fails. Signed-off-by: Jonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de> Signed-off-by: David Kozub <zub@linux.fjfi.cvut.cz> Reviewed-by: Scott Bauer <sbauer@plzdonthack.me> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Jon Derrick <jonathan.derrick@intel.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
b68f09ecde
commit
b2f9c6eb3f
@ -394,8 +394,8 @@ static int next(struct opal_dev *dev)
|
||||
|
||||
error = step->fn(dev, step->data);
|
||||
if (error) {
|
||||
pr_debug("Error on step function: %d with error %d: %s\n",
|
||||
state, error,
|
||||
pr_debug("Step %d (%pS) failed with error %d: %s\n",
|
||||
state, step->fn, error,
|
||||
opal_error_to_human(error));
|
||||
|
||||
/* For each OPAL command we do a discovery0 then we
|
||||
|
Loading…
Reference in New Issue
Block a user