]> git.openfabrics.org - ~emulex/infiniband.git/commit
[media] dvb-bt8xx: handle errors from dvb_net_init
authorJonathan Nieder <jrnieder@gmail.com>
Sat, 31 Dec 2011 11:06:37 +0000 (08:06 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 6 Jan 2012 14:49:18 +0000 (12:49 -0200)
commit2dbbac330621e83d00e904d1139b62e7b360f946
treecb2a7f0e508b6458e7a583b8a414e5d17b0b4c99
parent01732ebaac701638aab5d7b63ea2ee14452afd33
[media] dvb-bt8xx: handle errors from dvb_net_init

Clean up and error out if dvb_net_init fails (for example when
running out of memory).

From an audit of dvb_net_init callers, now that dvb_net_init
has learned to return a nonzero value from time to time.

[mchehab.redhat.com: codingstyle fix: printk() should include KERN_ facility level]
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/bt8xx/dvb-bt8xx.c