mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 06:26:55 +07:00
V4L/DVB (6634): xc2028: error messages missing whitespace
Fix some missing spaces in errors that may be emitted during attach failure. Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
7d58d1117e
commit
3157ecef3b
@ -928,13 +928,13 @@ void *xc2028_attach(struct dvb_frontend *fe, struct xc2028_config *cfg)
|
||||
void *video_dev;
|
||||
|
||||
if (debug)
|
||||
printk(KERN_DEBUG PREFIX "Xcv2028/3028 init called!\n");
|
||||
printk(KERN_DEBUG PREFIX ": Xcv2028/3028 init called!\n");
|
||||
|
||||
if (NULL == cfg->video_dev)
|
||||
return NULL;
|
||||
|
||||
if (!fe) {
|
||||
printk(KERN_ERR PREFIX "No frontend!\n");
|
||||
printk(KERN_ERR PREFIX ": No frontend!\n");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user