aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Rabenstein <[email protected]>2019-02-14 01:16:01 +0100
committerJens Axboe <[email protected]>2019-04-06 11:09:12 -0600
commitb2f9c6eb3f5f44d2fded05856f69050d7170eeff (patch)
tree81eac25bac93cec4745319872ac6430d89c58307
parentb68f09ecdeaa7d59397429cb95aa83f02b9bd107 (diff)
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 <[email protected]> Signed-off-by: David Kozub <[email protected]> Reviewed-by: Scott Bauer <[email protected]> Reviewed-by: Christoph Hellwig <[email protected]> Reviewed-by: Jon Derrick <[email protected] Signed-off-by: Jens Axboe <[email protected]>
-rw-r--r--block/sed-opal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/block/sed-opal.c b/block/sed-opal.c
index 5cb8034b53c8..1f246200b574 100644
--- a/block/sed-opal.c
+++ b/block/sed-opal.c
@@ -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