V4L/DVB (13228): pvrusb2: Cosmetic kernel log tweak
Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
515ebf79e5
commit
e67e376b1e
1 changed files with 1 additions and 1 deletions
|
@ -2440,7 +2440,7 @@ struct pvr2_hdw *pvr2_hdw_create(struct usb_interface *intf,
|
|||
hdw = kzalloc(sizeof(*hdw),GFP_KERNEL);
|
||||
pvr2_trace(PVR2_TRACE_INIT,"pvr2_hdw_create: hdw=%p, type \"%s\"",
|
||||
hdw,hdw_desc->description);
|
||||
pvr2_trace(PVR2_TRACE_INFO, "Hardware description attached: %s",
|
||||
pvr2_trace(PVR2_TRACE_INFO, "Hardware description: %s",
|
||||
hdw_desc->description);
|
||||
if (!hdw) goto fail;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue