summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video
diff options
context:
space:
mode:
authorDouglas Schilling Landgraf <dougsland@redhat.com>2009-04-09 18:27:12 -0300
committerDouglas Schilling Landgraf <dougsland@redhat.com>2009-04-09 18:27:12 -0300
commit69f3fd5d5c56529eab9b187f7a58db3dabb12ff3 (patch)
tree1a24833a82a0a3c03f569b8d448ee2a4151a600d /linux/drivers/media/video
parent70d032c96094e351c2572a042320e406c03766f4 (diff)
downloadmediapointer-dvb-s2-69f3fd5d5c56529eab9b187f7a58db3dabb12ff3.tar.gz
mediapointer-dvb-s2-69f3fd5d5c56529eab9b187f7a58db3dabb12ff3.tar.bz2
em28xx: fix typo em28xx_errdev message
From: Filipe Rosset <rosset.filipe@gmail.com> Fix typo usbtransfer->usb transfer on em28xx_errdev message. Priority: normal Signed-off-by: Filipe Rosset <rosset.filipe@gmail.com> Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r--linux/drivers/media/video/em28xx/em28xx-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-core.c b/linux/drivers/media/video/em28xx/em28xx-core.c
index c05f52048..401dc4e39 100644
--- a/linux/drivers/media/video/em28xx/em28xx-core.c
+++ b/linux/drivers/media/video/em28xx/em28xx-core.c
@@ -947,7 +947,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;
}