commit | 5584c641be9e4ff812443511363a72edaa5ceeaa | [log] [tgz] |
---|---|---|
author | Jonathan Nieder <jrnieder@gmail.com> | Sat Dec 31 08:08:45 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Fri Jan 06 12:50:17 2012 -0200 |
tree | f3ba8db91b3db4cff7a8cee82ae2dea8a20b0e7c | |
parent | 2dbbac330621e83d00e904d1139b62e7b360f946 [diff] |
[media] dm1105: handle errors from dvb_net_init Clean up and error out if dvb_net_init fails (for example due to ENOMEM). This involves moving the dvb_net_init call to before frontend_init to make cleaning up a little easier. From an audit of dvb_net_init callers, now that dvb_net_init lets callers know about errors. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>