commit | 08135139430fabdeaa990da8a9e0d436aad0672b | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Wed Jan 28 15:10:33 2015 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Jan 28 15:10:33 2015 +1100 |
tree | c03147d6447da02cc646cfbb11adbd0522cb5c26 | |
parent | 8aa989b8fba1428b50a1be771c01285f1de0227b [diff] |
powerpc/powernv: Remove "opal" prefix from pr_xxx()s In commit c8742f85125d "powerpc/powernv: Expose OPAL firmware symbol map" I added pr_fmt() to opal.c. This left some existing pr_xxx()s with duplicate "opal" prefixes, eg: opal: opal: Found 0 interrupts reserved for OPAL Fix them all up. Also make the "Not not found" message a bit more verbose. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>