V4L/DVB (7734): em28xx: copy and paste error in em28xx_init_isoc
authorJanne Grunau <janne-dvb@grunau.be>
Thu, 24 Apr 2008 23:19:22 +0000 (20:19 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sat, 26 Apr 2008 12:10:49 +0000 (09:10 -0300)
commit094f9b4b317b235b8d7fa03b356b9a3f3633b55b
treee10e683210a38f9b3532fc7cc9f0fd4affc85281
parent50fa46b25490039ef51ef0dc8afdded60c4d3b59
V4L/DVB (7734): em28xx: copy and paste error in em28xx_init_isoc

Fixes a copy and paste error in check of kzalloc return value. The check block
was copied from the previous allocation but the variable wasn't exchanged.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/em28xx/em28xx-core.c