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:
parent
bf89e1756d
commit
c97aead1d2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue