summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx-core.c
diff options
context:
space:
mode:
authorFilipe Rosset <rosset.filipe@gmail.com>2009-04-09 18:27:12 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-06-16 18:20:30 -0300
commit42ef4632896b0c44f77fb5783b320cbedd38e3e3 (patch)
tree22aac45c77db79b16fee0c66fb312a0748890369 /drivers/media/video/em28xx/em28xx-core.c
parente5db5d44432abc82b1250dd05bd0a4b011392d9d (diff)
downloadop-kernel-dev-42ef4632896b0c44f77fb5783b320cbedd38e3e3.zip
op-kernel-dev-42ef4632896b0c44f77fb5783b320cbedd38e3e3.tar.gz
V4L/DVB (11487): em28xx: fix typo em28xx_errdev message
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>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-core.c')
-rw-r--r--drivers/media/video/em28xx/em28xx-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-core.c b/drivers/media/video/em28xx/em28xx-core.c
index 192b76c..7375353 100644
--- a/drivers/media/video/em28xx/em28xx-core.c
+++ b/drivers/media/video/em28xx/em28xx-core.c
@@ -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;
}
OpenPOWER on IntegriCloud