diff options
-rw-r--r-- | fs/xfs/xfs_error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_error.c b/fs/xfs/xfs_error.c index a8b2ecb5f436..edac5b057d28 100644 --- a/fs/xfs/xfs_error.c +++ b/fs/xfs/xfs_error.c | |||
@@ -156,7 +156,7 @@ xfs_error_report( | |||
156 | { | 156 | { |
157 | if (level <= xfs_error_level) { | 157 | if (level <= xfs_error_level) { |
158 | xfs_alert_tag(mp, XFS_PTAG_ERROR_REPORT, | 158 | xfs_alert_tag(mp, XFS_PTAG_ERROR_REPORT, |
159 | "Internal error %s at line %d of file %s. Caller 0x%p", | 159 | "Internal error %s at line %d of file %s. Caller %pF", |
160 | tag, linenum, filename, ra); | 160 | tag, linenum, filename, ra); |
161 | 161 | ||
162 | xfs_stack_trace(); | 162 | xfs_stack_trace(); |