diff options
author | Joe Perches <joe@perches.com> | 2018-05-10 08:45:30 -0700 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2018-05-13 21:25:18 +0200 |
commit | 1de392f5d5e803663abbd8ed084233f154152bcd (patch) | |
tree | c9394c47594e15be32a52243ef4347f64826c74a /arch/x86/events | |
parent | a7a3153a98d581196ce092e0b83cac2c4ee1fd1f (diff) | |
download | linux-1de392f5d5e803663abbd8ed084233f154152bcd.tar.gz linux-1de392f5d5e803663abbd8ed084233f154152bcd.tar.bz2 linux-1de392f5d5e803663abbd8ed084233f154152bcd.zip |
x86: Remove pr_fmt duplicate logging prefixes
Converting pr_fmt from a default simple #define to use KBUILD_MODNAME
added some duplicate prefixes.
Remove the duplicate prefixes.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Link: https://lkml.kernel.org/r/e7b709a2b040af7faa81b0aa2c3a125aed628a82.1525964383.git.joe@perches.com
Diffstat (limited to 'arch/x86/events')
-rw-r--r-- | arch/x86/events/amd/ibs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/events/amd/ibs.c b/arch/x86/events/amd/ibs.c index 786fd875de92..4b98101209a1 100644 --- a/arch/x86/events/amd/ibs.c +++ b/arch/x86/events/amd/ibs.c @@ -889,7 +889,7 @@ static void force_ibs_eilvt_setup(void) if (!ibs_eilvt_valid()) goto out; - pr_info("IBS: LVT offset %d assigned\n", offset); + pr_info("LVT offset %d assigned\n", offset); return; out: |