mailbox: pcc: Drop uninformative output during boot
authorPunit Agrawal <punit.agrawal@arm.com>
Tue, 1 Aug 2017 12:43:57 +0000 (13:43 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 9 Aug 2017 23:33:01 +0000 (01:33 +0200)
commit66ed4cac669cae8870b13511492ff1d41f49179a
tree01d6ff58cc97d1e04f1420f5d1e100a31b522c41
parentaae4e7a8bc44722fe70d58920a36916b1043195e
mailbox: pcc: Drop uninformative output during boot

When booting on an ACPI enabled system that does not provide the
Platform Communications Channel Table (PCCT), the pcc mailbox driver
prints -

[    0.484261] PCCT header not found.

during probe before returning -ENODEV.

This message clutters the bootlog and doesn't provide any useful
information. Drop this message.

Signed-off-by: Punit Agrawal <punit.agrawal@arm.com>
Acked-by: Alexey Klimov <alexey.klimov@arm.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/mailbox/pcc.c