aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video
diff options
context:
space:
mode:
authorFilipe Rosset <rosset.filipe@gmail.com>2009-04-09 17:27:12 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-06-16 17:20:30 -0400
commit42ef4632896b0c44f77fb5783b320cbedd38e3e3 (patch)
tree22aac45c77db79b16fee0c66fb312a0748890369 /drivers/media/video
parente5db5d44432abc82b1250dd05bd0a4b011392d9d (diff)
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')
-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 192b76cdd5d7..7375353c04eb 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,
938 dev->isoc_ctl.transfer_buffer = kzalloc(sizeof(void *)*num_bufs, 938 dev->isoc_ctl.transfer_buffer = kzalloc(sizeof(void *)*num_bufs,
939 GFP_KERNEL); 939 GFP_KERNEL);
940 if (!dev->isoc_ctl.transfer_buffer) { 940 if (!dev->isoc_ctl.transfer_buffer) {
941 em28xx_errdev("cannot allocate memory for usbtransfer\n"); 941 em28xx_errdev("cannot allocate memory for usb transfer\n");
942 kfree(dev->isoc_ctl.urb); 942 kfree(dev->isoc_ctl.urb);
943 return -ENOMEM; 943 return -ENOMEM;
944 } 944 }