drivers: ipm_console: fix incorrect printk() usage

Change-Id: I2a3fcce2ceef9b0034eabada59adc2d3c7b3d96a
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2016-08-18 13:05:28 -07:00 committed by Anas Nashif
commit c97aead1d2

View file

@ -136,7 +136,7 @@ int ipm_console_receiver_init(struct device *d)
if (!ipm) {
printk("unable to bind IPM console receiver to '%s'\n",
__func__, config_info->bind_to);
config_info->bind_to);
return -EINVAL;
}