From: Roel Kluin Date: Tue, 2 Feb 2010 14:29:46 +0000 (-0300) Subject: V4L/DVB: dvb: return -ENOMEM if kzalloc failed in dvb_usb_device_init() X-Git-Tag: v2.6.34-rc1~280^2~149 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=407df29363f10642d87dbe49854c97eb57c84c94;p=pandora-kernel.git V4L/DVB: dvb: return -ENOMEM if kzalloc failed in dvb_usb_device_init() If in a cold state and the download succeeded ret is zero, but we should return -ENOMEM. Signed-off-by: Roel Kluin Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed