V4L/DVB (11487): em28xx: fix typo em28xx_errdev message
authorFilipe Rosset <rosset.filipe@gmail.com>
Thu, 9 Apr 2009 21:27:12 +0000 (18:27 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 16 Jun 2009 21:20:30 +0000 (18:20 -0300)
Fix typo usbtransfer->usb transfer on em28xx_errdev message.

Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/em28xx/em28xx-core.c

index 192b76c..7375353 100644 (file)
@@ -938,7 +938,7 @@ int em28xx_init_isoc(struct em28xx *dev, int max_packets,
        dev->isoc_ctl.transfer_buffer = kzalloc(sizeof(void *)*num_bufs,
                                              GFP_KERNEL);
        if (!dev->isoc_ctl.transfer_buffer) {
-               em28xx_errdev("cannot allocate memory for usbtransfer\n");
+               em28xx_errdev("cannot allocate memory for usb transfer\n");
                kfree(dev->isoc_ctl.urb);
                return -ENOMEM;
        }