mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-03 09:04:21 +08:00
media: m88ds3103: Add missing '\n' in log messages
Message logged by 'dev_xxx()' or 'pr_xxx()' should end with a '\n'.
While at it, change the log level from 'err' to 'debug'.
Fixes: e6089feca4
("media: m88ds3103: Add support for ds3103b demod")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
d27958df93
commit
c77591a8ca
@ -1898,7 +1898,7 @@ static int m88ds3103_probe(struct i2c_client *client,
|
||||
if (ret)
|
||||
goto err_kfree;
|
||||
dev->dt_addr = ((utmp & 0x80) == 0) ? 0x42 >> 1 : 0x40 >> 1;
|
||||
dev_err(&client->dev, "dt addr is 0x%02x", dev->dt_addr);
|
||||
dev_dbg(&client->dev, "dt addr is 0x%02x\n", dev->dt_addr);
|
||||
|
||||
dev->dt_client = i2c_new_dummy_device(client->adapter,
|
||||
dev->dt_addr);
|
||||
|
Loading…
Reference in New Issue
Block a user